Azzera filtri
Azzera filtri

How do plot complicated function?

2 visualizzazioni (ultimi 30 giorni)
Daniella Dorgo
Daniella Dorgo il 20 Nov 2019
Risposto: Priyanshu Mishra il 25 Nov 2019
x^2+ (y-3x^2) ^2=1?

Risposte (1)

Priyanshu Mishra
Priyanshu Mishra il 25 Nov 2019
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 Graphics in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by