フィルターのクリア

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 件のコメント
José-Luis
José-Luis 2014 年 9 月 30 日
No attached files.
Kate Crawford
Kate Crawford 2023 年 1 月 17 日
Try this....
syms x y z
f(x,y,z) = something
fimplicit3(f)

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by