How to convert a 1D solution to 2D using spherical axis symmetry
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sayan Adhikari
el 13 de Abr. de 2015
Comentada: pfb
el 14 de Abr. de 2015
Consider a 1D problem of the nature y =f(x). Now I want to get the solution in 2D using spherical symmetry. After getting the solution not evaluating. The attached file is a trial of my aim. But I got translational instead of rotational.
THE 1D PROFILE
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/148999/image.jpeg)
THE 2D PROFILE I WANT
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149001/image.jpeg)
THE 2D PROFILE I GOT
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149003/image.jpeg)
0 comentarios
Respuesta aceptada
Torsten
el 13 de Abr. de 2015
plot
u(x,y)=f(5+sqrt((x-5)^2+(y-5)^2))
Best wishes
Torsten.
5 comentarios
Más respuestas (1)
pfb
el 13 de Abr. de 2015
This is not very clear. What do you mean by "the solution of a 1D problem of the nature y=f(x)"?
It seems to me you're plotting curves and surfaces. From a quick look at you code, you're trying to plot a 2D Gaussian. But I'm not sure, because your second plot seems like you already made it.
Anyway, if your problem really is a 2D Gaussian, an easy way is to create a matrix of the radial coordinates.
Take a look at the documentation of meshgrid. That should give you enough inspiration to solve your problem.
0 comentarios
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!