You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
I use image() a lot for quickly getting an overview of what a 2-d array contains. I have searched through the Volume visualization guides without finding anything similar for 3-d arrays, so I have made one myself.
The approach is very simple: make a "box" out of 6 patches centered at each datapoint, and multiply each walls opacity by the corresponding array elements numeric value.
Caveats:
1. As the number of elements grows, the memory usage and plotting system cpu usage quickly gets too large
2. This is a crude approximation of "voxels", but the amount of blocked light is proportional to the number of wall transitions, not the real distance.
Cite As
Knut (2026). Image3 (https://uk.mathworks.com/matlabcentral/fileexchange/30721-image3), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: pcolor3
General Information
- Version 1.0.0.0 (1.41 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
