MATLAB Preliminaries
% matlab).
>>".
quit" at MATLAB prompt to exit ( >> quit).
>> help help % instructions on how to get help.
>> help % lists available packages/toolboxes on system.
>> help package_name % lists available functions in named package.
>> help function_name % instructions on named function.
>> lookfor keywords % search for keywords that best describe the function.
>> helpdesk % html format docs.
If you can't find what you need with the above help commands,
you can go to the Mathworks website to search further.