3D Data Visualization Function

Visualizes data changing point size and color as value in 3d mesh.

You are now following this Submission

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 (2026). 3D Data Visualization Function (https://www.mathworks.com/matlabcentral/fileexchange/48503-3d-data-visualization-function), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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