trackball for better viewing 3D plot

Better 3D plot viewing than Matlab's default rotate3d

Vous suivez désormais cette soumission

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 (2026). trackball for better viewing 3D plot (https://fr.mathworks.com/matlabcentral/fileexchange/56922-trackball-for-better-viewing-3d-plot), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : Virtual Tackball

Catégories

En savoir plus sur Interactions, Camera Views, and Lighting dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.1.0.0

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

1.0.0.0

improve title