PLease Help Code to graph specific ftc.
古いコメントを表示

2 件のコメント
KSSV
2021 年 10 月 14 日
What have you attempted for your home work?
Sophia Golubyatnikov
2021 年 10 月 14 日
回答 (1 件)
Hi Sophia,
I believe you wish to plot the above function in 'x' and 'y'. Please refer to the example below.
func = @(x,y) x.^2+y.^2;
fsurf(func,[-2 2 -2 2]);
カテゴリ
ヘルプ センター および File Exchange で Networks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
