help2_callback.m
来自「kalman滤波GUI(matlab6.5) m代码在m_files目录中」· M 代码 · 共 23 行
M
23 行
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 + =
减小字号Ctrl + -
显示快捷键?