demos.m

来自「vTools is a toolbox for Matlab 5.3 devel」· M 代码 · 共 27 行

M
27
字号
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 + =
减小字号Ctrl + -
显示快捷键?