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...
대략 4년 전 | 1
