Question: The template to work on is provided below. Please use matlab to figure out the problem. Thank you. %% Lab 5 pl PART A %
The template to work on is provided below. Please use matlab to figure out the problem. Thank you.



%% Lab 5 pl PART A % ADD YOUR COMMENTS TO Script 1, Script 2, Script 3, Script 4 % Script 1 close all; figure(1) x - linspace(0,2*pi,100); y1 - sin(x); y2 cos (x ) ; subplot (2,2,1) plot(x,y1, '-b',x, y2,' %Script 2 subplot (2,2,2) plot(x,y1,'-b') hold orn plot(x,y2,'--r hold off %Script 3 subplot (2,2,3) plot(x,y1,'-b') plot(x,y2,'--r %Script 4 subplot (2,2,4) plot(x,y2,'--r plot(x,y1,'-b') %% Lab 5 pl PART A % ADD YOUR COMMENTS TO Script 1, Script 2, Script 3, Script 4 % Script 1 close all; figure(1) x - linspace(0,2*pi,100); y1 - sin(x); y2 cos (x ) ; subplot (2,2,1) plot(x,y1, '-b',x, y2,' %Script 2 subplot (2,2,2) plot(x,y1,'-b') hold orn plot(x,y2,'--r hold off %Script 3 subplot (2,2,3) plot(x,y1,'-b') plot(x,y2,'--r %Script 4 subplot (2,2,4) plot(x,y2,'--r plot(x,y1,'-b')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
