3D Data Visualization Function

版本 1.2.0.0 (1.6 KB) 作者: Unsal Gokdag
Visualizes data changing point size and color as value in 3d mesh.
227.0 次下载
更新时间 2014/11/20

查看许可证

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 (2025). 3D Data Visualization Function (https://ww2.mathworks.cn/matlabcentral/fileexchange/48503-3d-data-visualization-function), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Preprocessing 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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