plane y=x

3 Ansichten (letzte 30 Tage)
F.O
F.O am 4 Dez. 2017
Beantwortet: KSSV am 5 Dez. 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?

Akzeptierte Antwort

KSSV
KSSV am 5 Dez. 2017
% plane z=x,
figure
hold on
fsurf(@(x,y) x)
% plane z = y
fsurf(@(x,y) y)
view(3)

Weitere Antworten (0)

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by