Skip to content

Instantly share code, notes, and snippets.

@shaybensasson
Created March 29, 2016 13:08
Show Gist options
  • Select an option

  • Save shaybensasson/3f5b68be77857f4ded38 to your computer and use it in GitHub Desktop.

Select an option

Save shaybensasson/3f5b68be77857f4ded38 to your computer and use it in GitHub Desktop.
Maximize a figure in matlab
jf = get(handle(gcf),'JavaFrame');pause(1e-5);jf.setMaximized(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment