搜索资源列表
convertTDMS
- 导入LabView的TDMS的文件作为一个在与选择保存在文件中的数据在垫子MATLAB的工作空间的结构(版本1.1或1.2)。这是写在MATLAB2010b。原函数的基础上,由Brad堪寻的技术和格兰特Lohsen与杰夫Sitterle的GTRI(通过此功能4版本1)的工作。版本9功能(菲利普上编写的),除加入了添加的各种以前的版本更新,可以处理已被“优化“由LabVIEW文件。这个功能已经测试了多种TDMS的文件数量有限。-Import a LabView TDMS file (version
SVM
- 有基于 matlav的svm软件工具,感觉挺好用的。里面有很多实例,稍加修改就可以使用。例如三分类问题: 1、输入三类数据xapp yapp 2、选择多类分类方法(一对多或一对一或m-svm) 3、设置参数 4、调用训练函数得到向量机参数 5、输入测试数据,得到预期结果。 -There is matlav based on the SVM-based software tools, I feel pretty useless. Inside there is a lot
MATLABjiemi
- 在这本实用的指导书帮助下你立即就可使用MATLAB了。《MATLAB揭秘》为学习这种功能强大的数学计算工具提供了高效的、启发性的方法。 本书使用简单易行的风格,一开始介绍了MATLAB基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE的数值解,使用特殊函数工作。本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB精华。 本自学指导书提供了: 上手MATLAB的最快方法 几百个带有解答过程
multiobject
- 有关航迹起始的函数 内涵多个测试函数 矩阵 行事件制定可行事件,计算目标检测指示,量测关联指示,虚警量测个数等-A function of the track initiation function matrix content of multiple tests to develop a viable line of events event, the calculation target detection instructions, measurement associated with
matlab
- 本程序是智能算法:鱼群算法的函数和一个例子,在matlab10.0上经测试,可以完美运行-This program is a smart algorithm: a function and an example of the fish swarm algorithm has been tested and works perfect matlab10.0 on
tftb-0.1
- matlab常用函数源代码,如sigmerge等函数,可直接调用,代码均通过测试-commonly used functions of matlab source code, such as sigmerge function can be called directly, the code are tested
matlab--ga
- 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
Matlab-File-Exchange-Center
- 实现希尔伯特-黄变换的功能,并带有一段测试数据。希尔伯特-黄变换是使用EMD分解将信号分解为本征模态函数(IMF),然后求得IMF分量的瞬时频率。其对于非稳态和非线性信号具有优良的效果。-The function plot_hht is a realization of the Hilbert-Huang transform (HHT). The HHT decomposes a signal into intrinsic mode functions (or IMFs), and obtain
1
- 基于引力搜索算法的matlab程序,文件提供了源代码和测试函数-the matlab demo based on gravitional search algorithm, the file has source demo and benchmark.
matlab_jifen
- 该文件是使用matlab编写的工具函数,内附注释,是计算积分的两个小工具,里面还有两个测试函数。分别使用梯形求积分和高斯函数求积分。-The file is written using matlab utility functions, containing notes, two small tools to calculate integrals, there were two test functions. Respectively trapezoidal quadrature and Ga
Schwefel
- 基于MATLAB的pso算法的测试函数Schwefel函数-Test function Schwefel function of PSO algorithm based on MATLAB
matlab-OMPcode
- 压缩感知重构算法之正交匹配追踪(OMP)算法的MATLAB函数代码,并且给出单次测试例程代码、测量数M与重构成功概率关系曲线绘制例程代码-Compressed Sensing Reconstruction Algorithm of Orthogonal Matching Tracking (OMP) algorithm MATLAB function code and test routines are given a single code, measuring the number of M
烟花算法matlab代码
- 烟花算法的代码解析,以及测试数据,还有多个测试函数(Fireworks algorithm code analysis)
matlab-files
- CEC2005的测试函数,适用于粒子群算法的测试(The test function of CEC2005 is applicable to the test of particle swarm algorithm)
DeJong遗传算法
- 测试函数,matlab平台下的测试函数DeJong,对于用来遗传等智能算法的性能非常有用.(Test function, matlab platform under the test function DeJong, used for genetic and other intelligent algorithm performance is very useful.)
Desktop
- 这是我自己编写的MATLAB函数的.m文件,以测试函数图像。(This is the.M file of my own MATLAB function, with a test letter)
带压缩,学习因子
- 在matlab用于各种算法粒子群和遗传的测试函数性能比较,画图等等(Performance comparison of particle swarm and genetic test functions used in various algorithms in matlab, drawing, etc.)
CEC2017
- CEC2017-20个测试函数说明(低维图像),包含matlab代码(Cec217-20 test function descr iptions (low dimensional image), including Matlab code)
Matlab 优化求解之蝙蝠算法
- 蝙蝠算法合集,包括几个测试函数,适合新手学习(The bat algorithm collection, including several test functions, suitable for beginners to learn)
strategy.m
- macd交易策略代码 % 子函数1:top_sharpes 选取夏普比率最高五只股票 % 子函数2:best_weights 确定最优权重 % 子函数3:my_macd 计算各股macd % 子函数4:backtest 识别买卖信号模拟交易,计算各股累计收益 % 主函数思路:1.设定训练期为1年,测试期为半年 % 2.动态选股:2.1 使用4个子函数计算第i个测试期的累计收益 % 2.2 将第i个测试期并入训练期 %