trackball for better viewing 3D plot

Better 3D plot viewing than Matlab's default rotate3d

이 제출물을 팔로우합니다

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 (2026). trackball for better viewing 3D plot (https://kr.mathworks.com/matlabcentral/fileexchange/56922-trackball-for-better-viewing-3d-plot), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: Virtual Tackball

카테고리

Help CenterMATLAB Answers에서 Interactions, Camera Views, and Lighting에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

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

1.0.0.0

improve title