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

类别

帮助中心File Exchange 中查找有关 Image Processing Toolbox 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by