How to plot this function?

1 view (last 30 days)
Juan Vicente
Juan Vicente on 27 Sep 2022
Edited: Juan Vicente on 27 Sep 2022
How can I plot this function using Matlab?

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!