
Abdullah Rajput
Followers: 0 Following: 0
Feeds
已回答
how to plot sine and cosine waves in one graph ?
close all; clear all; clc; t=[0:0.5:180] x=sind(t); plot(t,x),hold on y=cosd(t); plot(t,y) legend('Sine wave','Cos wave')
how to plot sine and cosine waves in one graph ?
close all; clear all; clc; t=[0:0.5:180] x=sind(t); plot(t,x),hold on y=cosd(t); plot(t,y) legend('Sine wave','Cos wave')
4 years 前 | 0