How to plot this function?

1 visualizzazione (ultimi 30 giorni)
Juan Vicente
Juan Vicente il 27 Set 2022
Modificato: Juan Vicente il 27 Set 2022
How can I plot this function using Matlab?

Risposta accettata

Sam Chak
Sam Chak il 27 Set 2022
Probably the plot looks like this:
syms x y
fimplicit(log(abs(y/(y + 1))) == -1/x, [-5 5 -10 10])
  1 Commento
Juan Vicente
Juan Vicente il 27 Set 2022
Modificato: Juan Vicente il 27 Set 2022
Yes, that's the graph, thanks a lot

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by