demos.m
来自「一个很好用的自适应人工神经网络模型库」· M 代码 · 共 21 行
M
21 行
function tbxStruct = demos
% DEMOS Demo list for the ANN Library.
% Version 1.1
% Giampiero Campa, West Virginia University
% 1-June-2007
if nargout == 0, demo blockset; return; end
tbxStruct.Name='Adaptive Neural Networks';
tbxStruct.Type='Blockset';
tbxStruct.Help={
'The Adaptive Neural Networks Library (BANN) consists in a collection'
'of blocks that implement several adaptive neural networks in simulink.'
};
tbxStruct.DemoList = { ' Adaptive Neural Network Library', 'ann';
' Main Demo File ', 'anndemo' };
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?