Borrar filtros
Borrar filtros

Implicit function 2D plot

2 visualizaciones (últimos 30 días)
T S Singh
T S Singh el 9 de Nov. de 2018
Comentada: madhan ravi el 9 de Nov. de 2018
I am trying to plot a function of the form
y=f(x,y)
That is y as a function of x. Any help?
Thanks

Respuestas (1)

madhan ravi
madhan ravi el 9 de Nov. de 2018
Editada: madhan ravi el 9 de Nov. de 2018
fimplicit(@(x,y) x.^2 - y.^2 - 1)
fplot(@(x) sin(x))
syms x y
f(x, y) = sin(x + y)*sin(x*y);
ezplot(f)
  8 comentarios
T S Singh
T S Singh el 9 de Nov. de 2018
Can I take "dm" (say m=linspace(0,3,1000)) the independent variable and calculate the corresponding "a" (dependent variable) and plot??
madhan ravi
madhan ravi el 9 de Nov. de 2018
yes

Iniciar sesión para comentar.

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by