필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How can I represent the ellipsoid?

조회 수: 1 (최근 30일)
Ruxandra Ionescu
Ruxandra Ionescu 2021년 9월 7일
마감: John D'Errico 2021년 9월 7일
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
Ravi Narasimhan
Ravi Narasimhan 2021년 9월 7일
편집: Ravi Narasimhan 2021년 9월 7일
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.

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by