Ders 1
Ders 1
Only English
2. Come in the class on Time
3. Do not use Mobiles for any Purpose
4. Minimum Attending is %70
5. Do Ask Questions after the Lectures
1. One Mid-Term Exam (40%)
2. One Final Exam (60%)
Holly Moore, MATLAB® for Engineers, 3rd Edition, 2012,
Pearson, New York.
• To automate tasks
temp=78;
>> disp(temp); disp(’degrees F’)
78
degrees F
There are several commands that can be used
to display variables with more control over the
form of the display.
If you save a MATLAB session performed in the
command window, all that is saved are the
values of the variables you have named