📄 demos.m
字号:
function tbxStruct = demos
% DEMOS Demo list for MvTools.
if nargout==0, demo toolbox; return; end
tbxStruct.Name='Multivariable Toolbox';
tbxStruct.Type='toolbox';
tbxStruct.Help= ...
{'MvTools is a toolbox for Matlab 5.3 developed'
'within the Department of Electrical Systems and'
'Automation (DSEA) of the University of Pisa (Italy)'
'with the aim to offering to the Matlab users '
'(especially control engineers and control '
'engineering students) a completely graphical'
'toolbox for linear system analysis and robust'
'control synthesis.'
' '
'Mvtools is not meant to replace the main control'
'synthesis toolboxes, but instead it relies on them'
'to yield a single environment in which all their best'
'capabilities are integrated and easily achieved.' };
tbxStruct.DemoList={
'MvTools', 'MvTools'};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -