plane y=x

1 次查看(过去 30 天)
F.O
F.O 2017-12-4
回答: KSSV 2017-12-5
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?

采纳的回答

KSSV
KSSV 2017-12-5
% plane z=x,
figure
hold on
fsurf(@(x,y) x)
% plane z = y
fsurf(@(x,y) y)
view(3)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by