How do plot complicated function?

Respuestas (1)

Priyanshu Mishra
Priyanshu Mishra el 25 de Nov. de 2019

0 votos

Hi Daniella,
You may try following commands:
fun=@(x,y) x^2+(y-3*sqrt(x)^2)-1;
ezplot(fun)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Preguntada:

el 20 de Nov. de 2019

Respondida:

el 25 de Nov. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by