contents.m

来自「模糊神经网络采用matlab编程 o install NEFCON follow」· M 代码 · 共 19 行

M
19
字号
% NEFCON learning algorithm samples.  
% Version 1.0, 30-08-96  
%  
% Simulink samples (all with NEFCON initialization matrix .nef)
%   sample1a    - Tank simulation with PID controller 
%                 (see Fuzzy Logic Toolbox sample NSLTANK.M)
%   sample1b    - Tank simulation with NEFCON learning system
%                 (see Fuzzy Logic Toolbox sample NSLTANK.M)
%   sample2     - PT2 system with PID controller
%                 This sample uses the NCD Toolbox to optimize PID parameters.
%                 So you must have installed the NCD Toolbox to use this sample.
%   sample3     - PT2 system with NEFCON learning system
%   sample4     - Inverted pendulum with NEFCON learning system
%                 The current system ignores the car position. 
%                 It tries only to balance the pole. 
%                 The car is moved by 'noise' to tip the pole.
%                 (see Fuzzy Logic Toolbox sample SLCP.M)
%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?