How to set default axes tick using groot?

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?

Antworten (1)

Voss
Voss am 9 Mär. 2023

0 Stimmen

set(groot,'DefaultAxesXMinorTick','on','DefaultAxesYMinorTick','on')

Kategorien

Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022b

Gefragt:

am 9 Mär. 2023

Beantwortet:

am 9 Mär. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by