untitled4.m
来自「LQR源程序」· M 代码 · 共 10 行
M
10 行
figue
set(FigureHandle,'toolbar','none',...
'numbertitle','off',...
'position',FigurePosition,...
'MenuBar','none',...
'Resize', 'off',...
'windowstyle', 'modal',...
'color',FigureColor,...
'name','维吉尼亚密码应用系统(加密|解密|暴力破解)',...
'visible','off');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?