plotting an ellipsoild with an equation that is not set equal to one variable
조회 수: 1 (최근 30일)
이전 댓글 표시
I thought this would be simple and straight forward but i really don't have a clue here. I need to plot an Ellipsoid with the eqution:
1 = (x^2)/4 + (y^2)/9 + (z^2)
Thanks, any help would be great. will "mupad" be helpful here?
댓글 수: 0
채택된 답변
Image Analyst
2012년 8월 31일
Did you look up ellipsoid in the help? When or if you do, you'll find your answer with very very slight modifications to their demo:
[x, y, z] = ellipsoid(0,0,0, 2,3,1, 30);
surfl(x, y, z)
colormap copper
axis equal
댓글 수: 4
Daarshini Anbalagan
2022년 6월 13일
hello. i would like to know how did you get the value that is stated in the bracket?
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!