Plot 3-variable function in volume
2 views (last 30 days)
Show older comments
Hi everybody,
I want to demonstrate the distribution of a three-variable function with color in a volume. For example, suppose that we have T (temperature) as a function of x, y, and z in a cube.
Does MATLAB have a proper command to do this? I need something like imagesc, but in 3D. Exactly like HFSS (electromagnetic software) when it shows the distribution of fields in volumes.
Any help and reply is appreciated.
Mohsen Rajaei
0 Comments
Answers (1)
Image Analyst
on 1 Jun 2014
MATLAB's 3D volume visualization is very primitive. You are pretty much limited to cut-away views and isosurfaces. If that's all you want (no transparency and ability to see inside the volume), then you're fine. For true volume visualization you need to use a product built for that, such as Avizo http://www.vsg3d.com/avizo/overview
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!