fscatter3.m

版本 1.1.0.0 (1.8 KB) 作者: Felix Morsdorf
Makes 3d scatter plot much faster than scatter3.
5.6K 次下载
更新时间 2010/9/28

查看许可证

Uses a loop in order to plot colour classes as line objects (plot3) for colouring 3d points.Much faster than scatter3, does not need as much memory.Very useful with large point clouds.

引用格式

Felix Morsdorf (2024). fscatter3.m (https://www.mathworks.com/matlabcentral/fileexchange/2993-fscatter3-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Scatter Plots 的更多信息
致谢

启发作品: adinutzyc21/BundlerToMatlab

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Works with latest matlab, code speeded up a bit, new additional structure input option for laser data (raw.x-z and raw.int), default colorbar is now plotted.

1.0.0.0

changed default colorbar to hsv ;-) (replacing the not publicly available ocean2)