Muhammad Sarfraz Mirza
Followers: 0 Following: 0
Feeds
已回答
Subscripts in MATLAB Legends
TRY this clc clear all a=-360:1:360; b=sind(a); c=cosd(a); plot(a,b) hold on plot (a,c) xlabel('angle in degrees') y...
Subscripts in MATLAB Legends
TRY this clc clear all a=-360:1:360; b=sind(a); c=cosd(a); plot(a,b) hold on plot (a,c) xlabel('angle in degrees') y...
3 years 前 | 1