📄 norm_2.m
字号:
function norm_2
%#function norm2plot
OldHandle = findobj( 'Type', 'figure', 'Tag', 'norm2plot' ) ;
if ishandle( OldHandle )
close( OldHandle ) ;
end
fig = figure ;
init_norm2(fig) ;
%--------------------------------------------------------------------------
function init_norm2(fig)
scnsize=get(0,'screensize');
font_size1=round(20*sqrt(scnsize(3)*scnsize(4)/(1024*768)));
font_size2=round(14*sqrt(scnsize(3)*scnsize(4)/(1024*768)));
set(fig,'units','normalized','position',[0.06 0.08 0.45 0.8],...
'menubar','none','name','
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -