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 日

1 投票

% plane z=x,
figure
hold on
fsurf(@(x,y) x)
% plane z = y
fsurf(@(x,y) y)
view(3)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

製品

タグ

質問済み:

F.O
2017 年 12 月 4 日

回答済み:

2017 年 12 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by