How to plot this function?

1 visualización (últimos 30 días)
Juan Vicente
Juan Vicente el 27 de Sept. de 2022
Editada: Juan Vicente el 27 de Sept. de 2022
How can I plot this function using Matlab?

Respuesta aceptada

Sam Chak
Sam Chak el 27 de Sept. de 2022
Probably the plot looks like this:
syms x y
fimplicit(log(abs(y/(y + 1))) == -1/x, [-5 5 -10 10])
  1 comentario
Juan Vicente
Juan Vicente el 27 de Sept. de 2022
Editada: Juan Vicente el 27 de Sept. de 2022
Yes, that's the graph, thanks a lot

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by