Skip to content

Instantly share code, notes, and snippets.

@rysk-t
Created October 12, 2017 10:03
Show Gist options
  • Save rysk-t/cefd37af71c4cd3cbfe0768e66090d62 to your computer and use it in GitHub Desktop.
Save rysk-t/cefd37af71c4cd3cbfe0768e66090d62 to your computer and use it in GitHub Desktop.
%% 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