Q.3 Write all the MATLAB command and show the results from the MATLAB program Note: Turn the grid on, label axes and put
Posted: Fri May 20, 2022 1:01 pm
Q.3 Write all the MATLAB command and show the results from the MATLAB program Note: Turn the grid on, label axes and put a title for each plot. 1- Put values for t from 0 to 2pi step of 0.1 2- Plot (sin(t),cos(t)) into figure (1) 3- Plot (sin(t),cos(2t)) into figure (2) 4- Plot (sin(t),cos(3t)) into figure (3) (1) (2) (3)