-
svm465
This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.(This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm. )
- 2005-06-06 09:41:14下载
- 积分:1
-
algorithm
这是一个有关于免疫遗传算法matlab 程序(This is an on immune genetic algorithm matlab program)
- 2010-05-10 16:04:24下载
- 积分:1
-
MATLAB-SRS3D-hrtf
一个使用MATLAB实现基于HRTF理论下的SRS-3D立体虚拟环绕声技术的硕士论文(A use MATLAB HRTF theory based on the SRS-3 D virtual surround sound technical master thesis
)
- 2012-04-10 15:12:10下载
- 积分:1
-
123
高斯拟合的应用,在曲线方面的应用,个人认为很有用(Gaussian fitting of the application, the application of the curve, think useful)
- 2011-09-01 14:50:51下载
- 积分:1
-
Wound-detection-from-image-captured-with-live-cam
Wound detection image captured with live camera
With this code we can automatically identify the wound in human body and its area.
- 2014-12-16 01:55:14下载
- 积分:1
-
Weighted-least-squares
说明: 浅谈加权最小二乘法及其残差图及其详细的讨论(On the weighted least squares method and the residual map and detailed discussions)
- 2011-03-16 16:48:42下载
- 积分:1
-
matlab 的爬山算法的m代码 pashansuanfa
matlab 的爬山算法的m代码,分享分大家(hill-climbing algorithm in matlab m code to share points)
- 2020-06-28 09:03:23下载
- 积分:1
-
random-walk
this is a simulation of the problem random walk , coded in c
- 2015-02-13 06:04:52下载
- 积分:1
-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1
-
short-circuit-calculation
说明: 三相对称短路计算用于生成节点导纳矩阵以及节点阻抗矩阵,进行短路电流、节点电压的计算(Three phase short circuit calculation used to generate the nodal admittance matrix and the node impedance matrix, the short circuit current, node voltage calculation)
- 2011-03-06 15:26:13下载
- 积分:1