how to Plot of a transcendental equation?
조회 수: 2 (최근 30일)
이전 댓글 표시
Can anyone help me to solvethis equation? I want to plot neff vs wavelength. It's a transcendental equation. Wavelength will be given from outside and others are constant. It's impossible to take neff at one side and wavelength at other side. Then kindly suggest how to do this?
댓글 수: 0
답변 (1개)
Sam Chak
2021년 10월 29일
I'm not exactly sure what you want to plot against with. However, you can try out this fimplicit function. Here is an example to plot the circle.
fimplicit(@(x,y) x.^2 + y.^2 - 1)
axis square
Hope it helps. For more info, please check out:
댓글 수: 2
Sam Chak
2021년 10월 29일
Look up some examples and apply the fimplicit function on your equation. Hope it works.
참고 항목
카테고리
Help Center 및 File Exchange에서 Dialog Boxes에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!