-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
LinearTrans
说明: 求解线性代数中矩阵的行列式、秩和行最简形(It is used for computing the detaminate, rank of Matrixs)
- 2011-03-29 16:02:04下载
- 积分:1
-
narrow
how can we narrow lip in matlab? use for animation
- 2012-02-08 22:52:53下载
- 积分:1
-
PCA
PCA降维实例,使用数据集,数据集衡量美国329个城市生活质量的9个指标:气候、住房、健康、犯罪率、交通、教育、艺术、娱乐和经济。对于各指标,越高表示越好,如高的犯罪指标表示低的犯罪率。(PCA dimensionality reduction example uses data sets and data sets to measure 9 indicators of quality of life in 329 cities: climate, housing, health, crime rate, transportation, education, art, entertainment and economy. For each index, the higher the better, as the high crime indicator indicates a low rate of crime.)
- 2020-12-02 15:29:25下载
- 积分:1
-
pso GA PID参数整定
该程序为微粒群算法与遗传算法求解pid参数整定MATLAB程序,优化结果包含参数输出与参数曲线变化图。(The program solves the PID parameter tuning MATLAB program for particle swarm optimization and genetic algorithm, and the optimization results include parameter output and parameter curve change diagram.)
- 2018-03-08 21:08:46下载
- 积分:1
-
mallat
mallat算法比较完整的描述,启发文献(mallat algorithm description document)
- 2012-04-07 14:02:40下载
- 积分:1
-
mCAP_pre_SISO
m-CAP pre-equalization for visible light communication
- 2018-08-29 15:03:20下载
- 积分:1
-
swarm
粒子群算法详细的程序,埃及人wael korani写的采用粒子群算法(pso)代码调用simulink模型优化pid参数,与大家共享(PID and State Feedback Control of DC Motors)
- 2009-06-02 22:15:35下载
- 积分:1
-
yuyinjianzao
语音减噪,自适应滤波器减噪,谱减法减噪,维纳滤波法减噪等(Voice noise reduction, the adaptive filter, noise reduction, and reduce the noise spectrum subtraction, wiener filtering method of noise reduction, etc)
- 2015-03-19 11:04:59下载
- 积分:1
-
Levinson
AR模型参数确定后计算出功率谱, 用Levision_Durbin 算法(AR model parameters were calculated to determine the power spectrum, using Levision_Durbin algorithm)
- 2007-09-06 22:11:22下载
- 积分:1