How do plot complicated function?
古いコメントを表示
回答 (1 件)
Priyanshu Mishra
2019 年 11 月 25 日
0 投票
Hi Daniella,
You may try following commands:
fun=@(x,y) x^2+(y-3*sqrt(x)^2)-1;
ezplot(fun)
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!