How to approach the following implicit equation using MATLAB?

I have a scalar nonlinear equation f(x,y,z)=0 where x=x(u,v), y=y(u,v) and z=z(u,v). Using the equation, I want to create a plot of u and v. How to approach? Directly substituting u and v in place of x, y and z is not working, because the function f then becomes a large expression, mostly consisting of user defined functions.

댓글 수: 1

Look into the fplot3 and fimplicit3 commands - they might help!

답변 (0개)

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

질문:

2017년 2월 15일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by