how to plot 3d oval shape with 81 nodes
이전 댓글 표시
답변 (1개)
An "oval" is a loose term. If you mean an ellipsoid, then you could use this FEX download,
[eCenter,eABC,eYPR]=deal([0 2 1] , [3 2 1], [20 30 0]); %Ellipsoid parameters
gtEllip=ellipsoidalFit.groundtruth([],eCenter,eABC,eYPR);
plot(gtEllip, {'FaceColor', 'm'});

카테고리
도움말 센터 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!