how to Plot of a transcendental equation?

4 visualizaciones (últimos 30 días)
Vaswati Biswas
Vaswati Biswas el 29 de Oct. de 2021
Comentada: Sam Chak el 29 de Oct. de 2021
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?

Respuestas (1)

Sam Chak
Sam Chak el 29 de Oct. de 2021
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 comentarios
Vaswati Biswas
Vaswati Biswas el 29 de Oct. de 2021
Editada: Vaswati Biswas el 29 de Oct. de 2021
I want to plot neff with respect to lambda.
Sam Chak
Sam Chak el 29 de Oct. de 2021
Look up some examples and apply the fimplicit function on your equation. Hope it works.

Iniciar sesión para comentar.

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by