MATLAB三維繪圖函數彙總

%% plot3 三維曲線繪製 % t = 0:pi/50:2*pi; % x = 8*cos(t); % y = 4*sqrt(2)*sin(t); % z = -4*sqrt(2)*sin(t); % plot3(x,y,z,'p'); % title('Line in 3-D Space'); % text(0,0,0,'origin'); % xlabel('X'),ylabel('Y')
相關文章
相關標籤/搜索