How to plot this function?
1 view (last 30 days)
Show older comments
How can I plot this function using Matlab?
0 Comments
Accepted Answer
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])
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!