Created
October 12, 2017 10:03
-
-
Save rysk-t/cefd37af71c4cd3cbfe0768e66090d62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% functions | |
function myax2 | |
myax | |
p = findobj(gcf,'Type','Axes'); | |
set(p,'FontSize', 8, 'FontName', 'Arial', 'box', 'off', 'TickDir', 'out'); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment