How do plot complicated function?

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Graphics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by