3D Data Visualization Function

Visualizes data changing point size and color as value in 3d mesh.
225 Downloads
Updated 20 Nov 2014

View License

This function solves the problem of visualization of 3 dimensional data in one plot(plot3).
Data is plotted on a 3 dimensional mesh with point size showing value of it.
Edge color changes via z axis to distinguish coordinate of points easier. That option can be turned off by setting the linewidth parameter to 0.
Scale parameter exponentially scales all points which means if you give a high value, changes between values will be show more drastically. Values between 0 and 1 takes multiplicative inverses of numbers.
Suggested to use on less than 2000 elements to differentiate elements easier.

Cite As

Unsal Gokdag (2024). 3D Data Visualization Function (https://www.mathworks.com/matlabcentral/fileexchange/48503-3d-data-visualization-function), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Preprocessing Data in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Changed the title appropriately.

1.1.0.0

Enabled to turn off edge coloring. Added title to the example and changed it little bit.

1.0.0.0