📄 print_axes.m
字号:
%function print_axes(axes) figure; a = axes; figprops = get(axes); rmfield(figprops, 'BeingDeleted'); figprops %set(a,figprops); %printdlg(figobject); %orient landscape; %[file,path,filterindex] = uiputfile({... % '*.png','PNG (*.png)';... % '*.jpg','JPG (*jpg)';... % '*.tif','TIFF (*.tif)';... % '*.eps','EPS (*.eps)'},... % 'Save as'); %if (filterindex == 1) % print(gcf,'-dpng',[path file]); %elseif (filterindex == 2) % print(gcf,'-djpeg',[path file]); %elseif (filterindex == 3) % print(gcf,'-dtiff',[path file]); %elseif (filterindex == 4) % print(gcf,'-depsc',[path file]); %else % return; %end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -