用黑色點線畫出正弦波,每一資料點畫上一個小菱形 x = 0:0.5:4*pi; y = sin(x); plot(x, y,'k:diamond'). % 其中「k」代表黑色,「:」代表點. % 線,而「diamond 」則 ...
確定! 回上一頁