MATH/CMSC 206 - Introduction to Matlab

Announcements Syllabus Tutorial Projects Submitting

Answers to Self-Test

1. Write the MATLAB command that would cause the MATLAB program to terminate.

quit

2. Write the MATLAB command that would open up a separate window containing the help file for a command called "simplify".

helpwin simplify

3. Write the MATLAB command that would allow you to browse the general documentation for all of MATLAB.

doc