x = linspace(0,2*pi,50); y = sin(x); z = cos(x); plot(x,y,'r', x,z,'gx') ... You can give your plot a title (with the title command), x-axis label (with the ...
確定! 回上一頁