subplot(1,1,1); x = 0:0.1:2*pi; y1 = sin(x); y2 = exp(-x); plot(x, y1, '--*', x, y2, ... 若要在圖形上面加入文字,可用text 或gtext 指令。text 指令的使用語法 ...
確定! 回上一頁