How to set default axes tick using groot?
古いコメントを表示
I tried to set axis tick using
set(groot,'XMinorTick','on','YMinorTick','on')
But it gives an error. any idea how to fix?
回答 (1 件)
Voss
2023 年 3 月 9 日
set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!