Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Moein
Moein le 30 Sep 2014
Commenté : Kate Crawford le 17 Jan 2023
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 commentaires
José-Luis
José-Luis le 30 Sep 2014
No attached files.
Kate Crawford
Kate Crawford le 17 Jan 2023
Try this....
syms x y z
f(x,y,z) = something
fimplicit3(f)

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by