-
PSCAD_HHT_signals
MATLAB programs designed for Hilbert-huang processing of faulted energy system voltages obtained over PSCAD simulations.
- 2010-07-05 16:39:23下载
- 积分:1
-
MATLAB1
matlab 创建微分方程 解微分方程的基础 后续利用matlab自带函数解决(matlab to create Differential Equations Differential basis for follow-up use of matlab own function to solve)
- 2013-04-11 11:16:21下载
- 积分:1
-
Levenberg-Marquardt Method
最优化 LM算法, 实现二次函数为目标函数的非线性优化(L-M Optimization method)
- 2019-01-07 14:58:25下载
- 积分:1
-
ACF
ACF中包含两个m文件,一个是自协方差函数(可单独使用)。另一个是自相关函数计算,其调用autocov函数。(ACF contains two m files, one is self-covariance function (which can be used alone). The other is calculated from the correlation function, which calls autocov function.)
- 2010-11-10 09:41:01下载
- 积分:1
-
xml-to-mat
此代码应用于将xml文件转换为mat文件。在图像的目标识别时我们需要获得一些图像的点坐标。但是通过label me。我们只能获得xml文件的形式,这样我们就需要将xml文件转换为mat文件。方便在matlab的语言环境中进行处理(This code is used in the xml file into mat file. When the target image recognition we need at some point in image coordinates. But by label me. We can only get in the form of xml files, so we need to convert the file to mat xml file. Facilitate processing matlab language environment)
- 2020-10-23 15:57:22下载
- 积分:1
-
bf
说明: 蝙蝠算法案例,蝙蝠算法是一种智能优化算法,可用于最小值问题。(Bat algorithm case, Bat algorithm is an intelligent optimization algorithm can be used for minimum problems.)
- 2015-04-08 17:08:53下载
- 积分:1
-
AFSA_code
简单的人工鱼群算法的matlab源码,希望对大家有所帮助,有问题可以交流,谢谢指正.(Artificial fish swarm algorithm matlab source code, we want to help, the problem can exchange, thank you correct me.)
- 2013-03-08 17:44:26下载
- 积分:1
-
WriteFile
Simple code to write a file in C
- 2015-04-03 20:09:23下载
- 积分:1
-
arrow3d
matlab中arrow3D的M文件,用于画三维立体坐标中的箭头图案,通常用于场矢量的绘制。(M-file matlab arrow3D used to draw the arrow pattern, usually in three-dimensional coordinates for the field vector drawing.)
- 2012-05-01 23:30:09下载
- 积分:1
-
sort
Conceptually, a merge sort works as follows
Divide the unsorted list into n sublists, each containing 1 element (a list of 1 element is considered sorted).
Repeatedly merge sublists to produce new sorted sublists until there is only 1 sublist remaining. This will be the sorted list.
- 2013-12-01 01:52:17下载
- 积分:1