Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
dpb
Posts:
6,684
Registered:
6/7/07
|
|
Re: Documentation
Posted:
Jan 27, 2013 10:37 AM
|
|
On 1/27/2013 3:02 AM, Hamid Mazaheri wrote: > I'm reading some tutorials about "S-Functions" and "Embedded MATLAB > Functions" in Simulink. > For more information in these tutorials the author says that for example: > "See ?Data Types? in the MATLAB Programming documentation." > or > See ?Subfunctions? in the MATLAB Programming documentation for more > information. > I would like to know how to find these documentations. I don't know > whether I can find them online in the Mathworks or offline in my own > MATLAB.
type
doc
at the command line and use search facilities or contents. If it was installed, it'll come up; if not it'll ask for the installation CD (I presume).
The last release is available on the TMW web site as well--www.mathworks.com
--
|
|
|
|