How to set default axes tick using groot?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I tried to set axis tick using
set(groot,'XMinorTick','on','YMinorTick','on')
But it gives an error. any idea how to fix?
0 Kommentare
Antworten (1)
Voss
am 9 Mär. 2023
set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')
0 Kommentare
Siehe auch
Kategorien
Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!