How to set default axes tick using groot?

7 visualizaciones (últimos 30 días)
HC98
HC98 el 9 de Mzo. de 2023
Respondida: Voss el 9 de Mzo. de 2023
I tried to set axis tick using
set(groot,'XMinorTick','on','YMinorTick','on')
Error using matlab.ui.Root/set
Unrecognized property XMinorTick for class Root.
But it gives an error. any idea how to fix?

Respuestas (1)

Voss
Voss el 9 de Mzo. de 2023
set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')

Etiquetas

Productos


Versión

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by