Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How can I represent the ellipsoid?

1 view (last 30 days)
Ruxandra Ionescu
Ruxandra Ionescu on 7 Sep 2021
Closed: John D'Errico on 7 Sep 2021
To represent graphically the surface z (x, y), of the ellipsoid represented by the equation x ^ 2/36 + y ^ 2/25 + z ^ 2/9 = 100 with x [-2,2] and y [-4, 4]. Draw the contour lines, both drawings being represented horizontally in a single figure.
Hint: the expression for z in the equation represents the surface.
Anyone please? I'm a beginner. Thanks!
  1 Comment
Ravi Narasimhan
Ravi Narasimhan on 7 Sep 2021
Edited: Ravi Narasimhan on 7 Sep 2021
Matlab has a couple of functions which might help you:
Check
help contour
help contour3
especially the Live Scripts for ideas on how to approach your problem.
You may also want to consult
help meshgrid
to generate the X and Y variables for your specific problem when you're ready to try it.

Answers (0)

This question is closed.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!