搜索资源列表
Fuzzy_Control_ebook
- 一本结合模糊推论系统matlab code源码的电子书,是学习模糊控制最佳用书。-This file contains code for solving some exercises, design problems, and examples in the book:Kevin M. Passino and Stephen Yurkovich, Fuzzy Control, Addison Wesley Longman, Menlo Park, CA
fuzzy
- 模糊控制simulink文件。里面有个自写的模糊逻辑模块。可运行。-Fuzzy control m file. Can run.
fuzzPID
- 用M文件写的模糊控制器,不是采用的模糊工具箱-M file written by the fuzzy controller, not using the fuzzy toolbox
chaos
- 模糊数学工具箱,内置函数,matlab实用分析,M文件类型-Fuzzy Math Toolbox, built-in functions, matlab utility analysis, M File Type
may_fuzzy_buAnna
- solution sugeno fuzzy logic in m file
chap3_6
- 模糊PID 控制算法的M文件,详细的介绍了控制算法的实现-M File fuzzy PID control algorithm, described in detail the realization of control algorithm
Fuzzy-Logic-of-PUMA-560-Robot-[www.CodeSara.ir].r
- This M-file is designed to be used in a Simulink S-function block. It draws a line the previous input point, which is stored using discrete states, and the current poin-This M-file is designed to be used in a Simulink S-function block. It
work
- matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is