trackball for better viewing 3D plot

版本 1.1.0.0 (9.6 KB) 作者: simbaforrest
Better 3D plot viewing than Matlab's default rotate3d
234.0 次下载
更新时间 2016/5/5

查看许可证

Matlab's default rotate3d suffers from Gimbol-Lock effect. Using this trackball function, one can better enjoy 3D plot viewing.
Example:
figure;
sphere(36);
axis equal;
grid on;
trackball on;
Enjoy!

引用格式

simbaforrest (2024). trackball for better viewing 3D plot (https://www.mathworks.com/matlabcentral/fileexchange/56922-trackball-for-better-viewing-3d-plot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 3-D Scene Control 的更多信息
致谢

参考作品: Virtual Tackball

Community Treasure Hunt

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

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

improved title
fixed a minor bug for add/remove the temp center dot

1.0.0.0

improve title