MATLAB: Does the documentation for ODE functions in MATLAB 7.4 (R2007a) not show how to view the syntax used in MATLAB version 5 (R12)

235backwardcompatabilityMATLABodeode113ode45version

The MATLAB 7.4 (R2007a) documentation does not mention how to view the MATLAB 5 syntax for the ODE45 command.

Best Answer

Information about how to view the MATLAB Version 5 syntax for ODE functions is currently missing from the documentation. However, if you type:
help ode45
There is a note that states that in order to see the v5 help, type the following at the MATLAB command line:
more on, type ode45, more off