|
"M@" <matthew.betti@gmail.com> wrote in message
<61f9f570-e54c-44f6-a74b-990bdb1a7a0f@c58g2000hsc.googlegroups.com>...
> Hello,
>
> I'm new to using the Matlab FEX, and am just curious as to
how to get
> the .m files downloaded from the FEX to work in Matlab.
>
> Thank you,
> mb
1. Download the M-File.
2. Put it in your working directory (the directory
displayed above the Matlab command window ).
3. Now type:
help <mfilename> (where mfilename is the name of the M-File
you downloaded, for example: help who)
If the downloaded M-File has help, the proper usage should
be explained clearly.
|