t=1:0.1:10; plot(t, sin(t), '.-', t, cos(t), 'o-'); title('This is an MATLAB script called by a C program');