Matlab Lecture 1w03
Matlab Lecture 1w03
Topics Covered:
1. Introduction.
2. MATLAB windows.
3. Arithmetic operations with scalars.
4. Working in the command window.
5. Defining variables (scalars).
1-4
Command prompt
7
Figure Window (The Figure Window opens
automatically by the plot command)
7
Editor Window (The Editor Window is opened from the
file menu in the Command Window)
8
Help Window (The Help Window can be opened from the
Help menu of any of MATLAB windows)
8-9
WORKING IN THE COMMAND WINDOW
Second Exponentiation.
Using numbers:
>> 7+8/2 Type and press Enter 8/2 is executed first
ans =
Computer response
11