⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demos.m

📁 一个很好用的自适应人工神经网络模型库
💻 M
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -