If you are familiar with Matlab plot syntax, you should use plot. ... 常用的绘图功能x = (1:50);y = sin(x);plot(x,y,'-r*');xlabel('x name','fontsize',18 ...
確定! 回上一頁