demos.m
来自「神经网络仿真」· M 代码 · 共 21 行
M
21 行
function tbxStruct = demos
%DEMOS Demo list for the ANN Library.
% Version 3.1
% Giampiero Campa & Mario Luca Fravolini
% 1-Jul-2003
if nargout == 0, demo blockset; return; end
tbxStruct.Name='Adaptive Neural Networks';
tbxStruct.Type='Blockset';
tbxStruct.Help={
'The Adaptive Neural Networks Library (ANN) consists in a collection'
'of blocks that implement several adaptive neural networks in simulink.'
};
tbxStruct.DemoList = { ' Neural Network Library', 'ann';
' Learning Comparison', 'nncomp' };
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?