trackball for better viewing 3D plot

버전 1.1.0.0 (9.6 KB) 작성자: simbaforrest
Better 3D plot viewing than Matlab's default rotate3d
다운로드 수: 234
업데이트 날짜: 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