Skip to content

Instantly share code, notes, and snippets.

@gumuyueying
Last active July 17, 2018 08:18
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 gumuyueying/f3bcdbe56df0b46e0c24c9fdafb5a1b1 to your computer and use it in GitHub Desktop.
Save gumuyueying/f3bcdbe56df0b46e0c24c9fdafb5a1b1 to your computer and use it in GitHub Desktop.
[Figure plot] MATLAB 中绘图相关的设置
% 窗口最大化
figure;
set(gcf,'outerposition',get(0,'screensize'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment