plane y=x

3 vues (au cours des 30 derniers jours)
F.O
F.O le 4 Déc 2017
Réponse apportée : KSSV le 5 Déc 2017
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?

Réponse acceptée

KSSV
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)

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Object Programming dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by