How to plot this function?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
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
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!