フィルターのクリア

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 Center および File ExchangeGraphics Object Programming についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by