t = linspace(0,6*%pi,100); plot(sin(t)) plot(cos(t), 'r') b = 10*cos(t)+30; plot(b); a = [1,2,3] b = a + 3; disp(b) %lsmagic %plot --help