trackball for better viewing 3D plot

Better 3D plot viewing than Matlab's default rotate3d

Ahora está siguiendo esta publicación

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!

Citar como

simbaforrest (2026). trackball for better viewing 3D plot (https://es.mathworks.com/matlabcentral/fileexchange/56922-trackball-for-better-viewing-3d-plot), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Virtual Tackball

Categorías

Más información sobre Interactions, Camera Views, and Lighting en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

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

1.0.0.0

improve title