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!