How do plot complicated function?
Mostra commenti meno recenti
x^2+ (y-3√x^2) ^2=1?
Risposte (1)
Priyanshu Mishra
il 25 Nov 2019
0 voti
Hi Daniella,
You may try following commands:
fun=@(x,y) x^2+(y-3*sqrt(x)^2)-1;
ezplot(fun)
Categorie
Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!