imctune_help.m
来自「内模控制器(IMC)工具箱。包括参数整定、PID控制器参数转换等」· M 代码 · 共 14 行
M
14 行
switch IMENU
case 6100
temp='The IMC-controller tuning program, Version 10.0';
temp=strvcat(temp,'was developed at Department of Chemical Engineering');
temp=strvcat(temp,'Case Western Reserve University, Cleveland OH USA');
temp=strvcat(temp,'Copyright by Karel Stryczek, Jiawen Dong,');
temp=strvcat(temp,'Tinnakorn Kumsaen, and Coleman B. Brosilow ');
temp=strvcat(temp,' (2002)');
msgbox(temp,'About IMCTUNE','help');
case 6200
!notepad.exe help_imc.hlp
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?