next Numerical Computation
up Music 270a: Matlab Tutorial 1
previous Getting Started


Getting Help

Thankfully, Matlab has extensive ``Help'' documentation that is built in and easy to access. Type ``help'' at the command prompt to see a list of all the help topics in Matlab. To read about any particular topic simply type ``help $ <$topic name$ >$ '' at the command prompt. For example, if you want to get an idea of the audio support in Matlab, simply type

>> help audio

If you want any help on how to call a function, you simply type in ``help'' and the $ <$function name$ >$ at the command prompt. For example

>> help sound
>> help cos
>> help plot
>> help help

If you want to complete a certain task and you're wondering whether or not there's a built in Matlab function that will do it for you, you may be able to find what you're looking for using ``lookfor''. For example, what Matlab function could you use to make a sine wave?

>> lookfor sine


next Numerical Computation
up Music 270a: Matlab Tutorial 1
previous Getting Started

``Music 270a: Digital Audio Processing'' by Tamara Smyth, Department of Music, University of California, San Diego (UCSD).
Download PDF version (matlabtut1.pdf)
Download compressed PostScript version (matlabtut1.ps.gz)

Copyright © 2013-01-07 by Tamara Smyth.
Please email errata, comments, and suggestions to Tamara Smyth<trsmyth@ucsd.edu>