(translator=roro, ChineseSource=roro-20020707-5\ezplot3.html, EnglishSource=c:\matlabr12\help\techdoc\ref\ezplot3.html)
MATLAB Function Reference    
ezplot3

簡易地使用 3-D 參數曲線繪製

Syntax

Description

ezplot3(x,y,z) 在預設的範圍 0 < t < 2 繪製空間曲線 x = x(t), y = y(t), 和 z = z(t)

ezplot3(x,y,z,[tmin,tmax]) 在預設的範圍 tmin < t < tmax 繪製空間曲線 x = x(t), y = y(t), 和 z = z(t)

ezplot3(...,'animate') 產生一活躍軌跡的空間曲線。

Remarks

陣列乘法,除了,和乘冪總是在傳送至 ezplot3 表現出來。舉例來說,MATLAB 對於此式子繪製的語法,

此代表一參數函式,可寫成:

當傳送至 ezplot3s/2 在字串中取代 s./2

Examples

此範例繪製參數曲線圖,

在範圍 [0,6] 之間:

See Also

ezcontour, ezcontourf, ezmesh, ezmeshc, ezplot, ezpolar, ezsurf, ezsurfc, plot3


 ezplot ezpolar