How to set default value for axes properties?
2 ビュー (過去 30 日間)
表示 古いコメント
In Matlab 2014b, I set default value for axes minor tick as,
set(groot, 'defaultAxesXMinorTick','on');
or
set(0, 'defaultAxesXMinorTick','on');
Both commands donot work when I create a new figure.
The second command is a typical setting for default axes value for prior version, but it can't function in new Matlab2014b.
So how to solve it?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Find more on Graphics Object Programming in Help Center and File Exchange
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!