自學MATLAB(八):三維圖形繪製

(一)繪製曲線圖 plot3(X,Y,Z) plot3(X1,Y1,Z1,X2,Y2,Z2) plot3(X,Y,Z,‘PropertyName’,PropertyValue) plot3(X1,Y1,Z1,‘PropertyName’,PropertyValue,X2,Y2,Z2,‘ProperName’,PropertyValue) figure theta = 0:.01*pi:2*pi;
相關文章
相關標籤/搜索