Matlab Class Home
Class Outline
Next Class
Evaluation 1
Goal for Week 1: Install and start using MATLAB, write and execute commands
Summary of new tools and commands
All MATLAB commands are given in red symbols.
%
Comment character. Everything after this character on a line is ignored. Use this to add comments to your command scripts.
cd
A command (typed in the command window) to change the work directory.
=
Assignment operator. Gives a value to a variable.
+
,
-
,
*
,
/
,
^
Arithmetic operators.
x.xxxEnn
is scientific notation for values.
;
End-of-line character which suppresses echo printing of variable values. (not required, but recommended)
help
requests information about a specific command.
doc
opens a document window for more extensive discussion of a command.
exit
stops MATLAB and closes the MATLAB window.
Tasks for Week 1
Tasks
1
Download and install MATLAB
2
Start MATLAB. consider display window and panes
3
Start script editor. create and execute simple script.
4
Create a work folder for class. Make simple calculations, save script.
5
Find MATLAB interactive help and documentation
Matlab Class Home
Class Outline
Next Class
Evaluation 1
email: J. Klinck