Type at the Matlab prompt: x=[0:0.1: 2*pi];. y=sin(x);. plot(x,y);. xlabel(`angle (rad)`). ylabel(`sine`). title(`y = sin(x)`).
確定! 回上一頁