This example MATLAB code demonstrates the bug: x = 0:pi/100:2*pi; y = sin(x); figure; subplot(2,1,1); plot(x,y); xlabel('$x_1$' ...
確定! 回上一頁