搜索资源列表
SimTIFFToImage.m
- Converts a monochrome mosaiced TIFF file to simulator format. 在matlab上运行,去除模糊图像,重影。-Converts a monochrome TIFF file mosaiced t o simulator format. In Matlab run, remove fuzzy images ghost.
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
FuzzyCmeansWithWeightedImagePatch
- 对《Fuzzy c-means clustering with weighted image patch for image segmentation》这篇文章进行了实现,运行速度在一分钟之内,希望对研究模糊c均值及其拓展算法的人有所帮助。运行testWIPFCM.m即可,注意改掉文件路径-On " Fuzzy c-means clustering with weighted image patch for image segmentation" This article wa
Task2-professional--10211281--zly
- 描述:在题目一的程序基础上,增加文件存储和高级搜索功能。 f) 文件存取功能:程序启动后自行从自定义的文件中读取所有俱乐部记录,并且各种增删改查操作后能够自动保存更新后的数据。 g) 高级搜索功能:可以对所有球员的各项属性进行条件搜索,搜索采用表达式输入的方式(表达式支持 &&、||、!、括号、<、=、>),并能实现对球员姓名的模糊查找(运算符为~),输出球员的详细信息。 例如: i. “年龄不大于25且服役年限大于5年,或者进球数大于100的球员”,查询表达式:(
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