-
pressstat
说明: 在回归分析中,可以运用PRESS统计量来确定应选入的变量,其中,以求出的PRESS值最小为优(In the regression analysis, can be used to determine the PRESS statistic to be elected into the variables, which, in order to out a minimum PRESS value of excellent)
- 2010-04-17 14:29:24下载
- 积分:1
-
cluster_jl
这是论文Fast_unfolding_of_communities_in_large_networks的MATLAB代码,是一种静态社区发现算法(This is the thesis Fast_unfolding_of_communities_in_large_networks MATLAB code, is a static community discovery algorithm)
- 2015-03-22 16:03:43下载
- 积分:1
-
BlindSignalAdaptiveAlgorithms
针对瞬时混合盲信号分离的自适应算法进行调研和比较,对于LMS,RLS算法(包括基于普通梯度和自然梯度两种)进行仿真验证,并对一些未知图像的混合进行分离。(Blind signal separation for instantaneous mixture algorithm for adaptive research and comparison, for the LMS, RLS algorithms (including gradient and natural gradient based on common two) for simulation, and some unknown mixture of image separation.)
- 2012-01-10 15:48:56下载
- 积分:1
-
CA-CFAR
CA-CFAR单元平均恒虚警算法在杂波边缘环境下的性能(The performance of CA-CFAR under clutter edge environment)
- 2012-12-16 10:25:04下载
- 积分:1
-
hallen_MoM
说明: 矩量法解Hallen方程求线天线表面电流分布,E面方向图和辐射阻抗(Moment Method Solution of Hallen equation for wire antenna surface current distribution, E surface impedance and radiation pattern)
- 2008-10-31 16:01:21下载
- 积分:1
-
电动汽车有序充电的蒙特卡洛模拟
可以用此程序进行电动汽车接入配电网的蒙特卡洛模拟(Monte Carlo simulation for electric vehicle to distribution network)
- 2021-03-27 19:59:12下载
- 积分:1
-
danchunxingfa
对偶单纯形法matlab程序,可以显示每步计算步骤,方便初学者理解单纯形法。(Dual simplex method matlab, can display every step calculation steps for beginners to understand the simplex method.
)
- 2012-02-13 17:25:45下载
- 积分:1
-
EFIE
一个小型的电场积分方程源代码,在Matlab中运行。(A small electric field integral determining source code, running in Matlab.)
- 2014-02-08 14:58:29下载
- 积分:1
-
图像特征提取
说明: MATLAB应用,做了一个图像特征提取程序,用来进行图像识别和区分(In matlab application, an image feature extraction program is made for image recognition and discrimination)
- 2019-12-12 22:27:56下载
- 积分:1
-
TestUseMatlab
VC 中调用MATLAB
程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
(程序功能:
为了在vc中调用MATLAB而写的一个简单测试程序
设置路径:
根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为
D:MATLAB6p1externinclude,在工程中设置
需包含的头文件:
//matlab中的头文件调用matlab的函数
#include "engine.h"
需要连接的LIB库:
D:MATLAB6p1externlibwin32digitaldf50libeng.lib D:MATLAB6p1externlibwin32digitaldf50libmx.lib 支持mx函数
)
- 2009-05-15 09:41:58下载
- 积分:1