필터 지우기
필터 지우기

How can I plot a plane in a 3D space by using symbolic functions?

조회 수: 1 (최근 30일)
Moein
Moein 2014년 9월 30일
댓글: Kate Crawford 2023년 1월 17일
i have a 3D function like T(x,y,z) that is symbolic. then i should use ezfunctions to plot it. i want to define a plane in the 3D domain of my function to display the rates of my function on it. i'm new to matlab if you want to answer my question please explain. an example image that i want to create like that, is available in attached files
thanks
  댓글 수: 2
Kate Crawford
Kate Crawford 2023년 1월 17일
Try this....
syms x y z
f(x,y,z) = something
fimplicit3(f)

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by