How to plot this function?

조회 수: 1 (최근 30일)
Juan Vicente
Juan Vicente 2022년 9월 27일
편집: Juan Vicente 2022년 9월 27일
How can I plot this function using Matlab?

채택된 답변

Sam Chak
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])
  댓글 수: 1
Juan Vicente
Juan Vicente 2022년 9월 27일
편집: Juan Vicente 2022년 9월 27일
Yes, that's the graph, thanks a lot

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by