











Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions on how to build and plot functions of a vector using matlab. It covers creating vectors, plotting functions with different symbols and colors, adding titles, labeling axes, and creating legends. The document also introduces the subplot function for creating multiple plots in one figure and plotting two-dimensional data.
Typology: Study notes
1 / 19
This page cannot be seen from the preview
Don't miss anything!












title(„The very boring graphs');
xlabel('x');
ylabel('f,g');
legend('f=cos(2pix)', 'g=sin(2pix)');
The labeling commands
subplot(1,2,1) subplot(1,2,2)