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://jp.mathworks.com/matlabcentral/fileexchange/56922-trackball-for-better-viewing-3d-plot), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: Virtual Tackball

カテゴリ

Help Center および MATLAB AnswersInteractions, 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