plane y=x
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hei , I want to drow this planes y=x,z=x,z=y in 3D using fsurf but dont know fow to set the function?
0 commentaires
Réponse acceptée
KSSV
le 5 Déc 2017
% plane z=x,
figure
hold on
fsurf(@(x,y) x)
% plane z = y
fsurf(@(x,y) y)
view(3)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Surface and Mesh Plots dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!