3D Data Visualization Function

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

您现在正在关注此提交

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.

引用格式

Unsal Gokdag (2026). 3D Data Visualization Function (https://ww2.mathworks.cn/matlabcentral/fileexchange/48503-3d-data-visualization-function), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 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