trackball for better viewing 3D plot

Better 3D plot viewing than Matlab's default rotate3d
234 téléchargements
Mise à jour 5 mai 2016

Afficher la licence

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!

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur 3-D Scene Control dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Virtual Tackball

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.0

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

1.0.0.0

improve title