How to plot this function?
8 ビュー (過去 30 日間)
古いコメントを表示
How can I plot this function using Matlab?

0 件のコメント
採用された回答
Sam Chak
2022 年 9 月 27 日
Probably the plot looks like this:
syms x y
fimplicit(log(abs(y/(y + 1))) == -1/x, [-5 5 -10 10])
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
