Plot dispersion curves using Bloch theorem
Mostrar comentarios más antiguos
Hi,
I am trying to reproduce below dispersion curves. (dashed lines, not red)

Dispersion relation equation is as follow with mr = 0.125 and omegar=1

I used fimplicit function to plot this, but it seems it only gives me similar graph for the real portion as below.(with code)

m=0.125;
r=1;
syms x y
f=2*(1-cos(x))-(y)^2*(1+(m)/(1-((y)^2/(r)^2)))
fimplicit(f,[-2 2 0 2])
Any wisdom to plot this?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
