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!