The Matlab environment
Enter expressions or commands in the console window. Commands are executed immediately. An expression is evaluated and its value is immediately displayed.
Can define command scripts and new functions (future lecture).
Most important feature: help command. Type help to get a general list of available topics, or help topic for information on topic.
in the console window to pause output after each full screen. Hit space to continue.
Anything following a % is ignored. Use it to include notes or comments in a session.
To leave Matlab, type quit