Petra Bonfert-Taylor
fscanf()
disp()
fprintf()
fplot()
hold on
line()
if-end
if-else-end
if-elseif-else-end
switch-case
for
while
break
>> x = 5; >> y = 10; >> z = x + y;
>> x = 10; y = 10; >> z = x + y;
clear
clear x y z
x
y
z
who
whos