How to plot the 2d complex function with amplitude and phase
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Qiu Xu
el 21 de En. de 2022
Comentada: Qiu Xu
el 22 de En. de 2022
I have a 2d complex function as follows
psi=sqrt(x^2+y^2)*exp(-(x^2+y^2)/16)*exp(i*atan2(y,x));
How to realize the following figure by using Matlab?
In this image, the color on the ring presents the changes of phase of the function from small to big.
0 comentarios
Respuesta aceptada
Cris LaPierre
el 22 de En. de 2022
Perhaps you would be interested in this File Exchange submission:
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh 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!