资源列表
BPANN-c
- BP神经网络源程序c语言的matlab源代码-matlab code
xinde
- 一个简单算法能够生成数独矩阵,很容易理解的matlab小程序。-A simple algorithm to generate Sudoku matrix, it is easy to understand the matlab applet.
ShortEst
- matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
CAASymbol
- 改程序基于改进节点法(Modified Nodal Approach)与全矩阵技术在Matlab中实现线性电阻电路的符号分析。可以在GUI中描述待分析的电路结构、启动分析并直观的观察分析结果。在实现分析功能的同时,提供完整的编辑、输入保护以及数据保存功能。详细说明请见压缩包内文档。-Changed procedures to improve the node-based method (Modified Nodal Approach) with the full-matrix technolog
snake
- 很经典的matlab下的贪食蛇游戏源代码~代码的注释很详细 帮助初学者短时间内掌握matlab游戏编程的精髓 推荐推荐!~-matlab snake game
plot
- 定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y) 欢迎一起探讨matlab的使用:) -draw picture in matlab
pso1
- 基本粒子群优化算法(pso),用matlab编写的PSO源程序,适用于函数优化等-pso
Matlab
- 这本书是关于使用MATLAB的很全面的书籍,适合从事matlab软件开发的人员使用-This book is about the use of MATLAB is very comprehensive book, suitable for matlab software development use
robotmotionplanning
- 强大机器人编码程序,设计移动有很大帮助这领域发展-powerful robot motion is really and powerful programming to develop this fileds
matlab
- IIR一阶低通滤波器 一阶高通滤波器 Notch 嵌波滤波器 Peak 滤波器 IIR低通滤波(Butterworth) IIR高通滤波(Butterworth) IIR带通滤波(Butterworth) IIR带阻滤波(Butterworth) IIR低通滤波(chebyshev 1) IIR低通滤波(chebyshev 1) chebyshev 中用到的函数 cheby.m-First-order IIR low-pass filter the fir
002
- MATLAB环境下采用灰度变换的方法增强图像的对比度-Using gray-scale transformation method of contrast-enhanced images
Programing-the-Finite-Element-Method-with-matlab.
- It s a useful thing helping you to pragramming the finite element with matlab.