?? help2_callback.m
字號:
function help2_callback
DI=dialog('unit','normalized','position',[.34 .2 .35 .6],'name','Help');
AI=axes('parent',DI,'visible','off');
t={ '\fontname{Times New Romman}\fontsize{9}The file fZk.mat where the simulated ',...
''...
'mesurements (in the form of a cell array ',...
''...
'Zk) are stored is created according to ',...
'',...
'the model specified at the time the filter ',...
'',...
'is initialized. You can use ''Generate',...
'',...
' Mesurements'' to create the file fZk.mat ',...
'',...
'after the filter is initialized.'};
text(0,.6,t,'parent',AI);
uiwait(DI);%suspend the other programmes.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -