フィルターのクリア

How do plot complicated function?

2 ビュー (過去 30 日間)
Daniella Dorgo
Daniella Dorgo 2019 年 11 月 20 日
回答済み: Priyanshu Mishra 2019 年 11 月 25 日
x^2+ (y-3x^2) ^2=1?

回答 (1 件)

Priyanshu Mishra
Priyanshu Mishra 2019 年 11 月 25 日
Hi Daniella,
You may try following commands:
fun=@(x,y) x^2+(y-3*sqrt(x)^2)-1;
ezplot(fun)

カテゴリ

Help Center および File ExchangeGraphics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by