![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/657790/image.png)
How to plot 3d plane of type where one variable is missing like x + y = 0.....
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mesbahose Salekeen
le 18 Juin 2021
Commenté : Mesbahose Salekeen
le 18 Juin 2021
x = -2:.05:2;
y = -2:.05:2;
[X,Y] = meshgrid(x,y);
now how do i define Z to relate with X,Y to create plane so i can do surf(X,Y,Z) ?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!