How do plot complicated function?
Afficher commentaires plus anciens
x^2+ (y-3√x^2) ^2=1?
Réponses (1)
Priyanshu Mishra
le 25 Nov 2019
0 votes
Hi Daniella,
You may try following commands:
fun=@(x,y) x^2+(y-3*sqrt(x)^2)-1;
ezplot(fun)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!