Review
Matlab -- powerful tool for numerical computations and some snazzy graphics
variables -- do not need to be declared
constants: pi, Inf, NaN
arrays: a = [1 2 3]; b = [a, 4, 5, 6];
c = 1:2:10;
d = c(2:4)
Previous slide
Next slide
Back to first slide
View graphic version