Skip to content

Instantly share code, notes, and snippets.

@kevinkit
Last active July 18, 2017 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinkit/fb72d22d43fc407a08613133577c924d to your computer and use it in GitHub Desktop.
Save kevinkit/fb72d22d43fc407a08613133577c924d to your computer and use it in GitHub Desktop.
Useful ubuntu 16.04 commands
h = get(0,'children');
for i=1:length(h)
saveas(h(i), ['figure' num2str(i)], 'fig');
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment