How to plot this function?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Juan Vicente
le 27 Sep 2022
Modifié(e) : Juan Vicente
le 27 Sep 2022
How can I plot this function using Matlab?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1137500/574C374D-47A2-41B3-A663-3F7FAB9FAA55.jpeg)
0 commentaires
Réponse acceptée
Sam Chak
le 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 commentaire
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!