Plot 3D figure from a pcolor figure
59 views (last 30 days)
Show older comments
Hello,
I have generated a figure by using "pcolor" to see the propagation of laser into plasma (as shown in below figure). The laser is specified by color such as read, blue,... The green color shows the plasma
But the case is I want to plot a 3D figure from this "pcolor" figure to see the real behaviour of laser inside plasma .
Therefore, I wonder is there anyone having any idea on that?
Thank you very much.

0 Comments
Answers (1)
Sai Bhargav Avula
on 19 Feb 2020
Hi,
This is totally dependent on the data you want to visualize. For 3D visualization of your data, functions like surf is very handy. You can also use https://www.mathworks.com/matlabcentral/fileexchange/37268-3d-volume-visualization , which provides an interactive 3D volume visualization.
Hope this helps!
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!