Matlab Graphics x = 0:pi/100:2*pi; y = sin(x); plot(x,y) xlabel('x = :2pi') ylabel('Sine of x') title('Plot of the Sine Function') 71 ...
確定! 回上一頁