Create 2-D Graph and Customize Lines - MATLAB & Simulink
經安全檢測,此網站為安全網站,請放心前往原始網址!
Create 2-D Graph and Customize Lines - MATLAB & Simulink
x = linspace(0,2*pi,100);. Define y as the sine function evaluated at the values in
x. y = sin(x);. Plot y versus the corresponding values in x. figure plot(x,y) ...