例如,用下列程序在MATLAB中画一个正弦函数,并设置不同的title位置:. t=0:0.1:10;y=sin(t);. plot(t,y);. title('sin函数','position',[5,1]).
確定! 回上一頁