-
jianmoshuizaixunshi
matlab环境下的数学建模水灾巡视的模型及其代码(Mathematical modeling flood model and code inspections)
- 2011-02-13 21:18:36下载
- 积分:1
-
ParticleEx5
used to filter the latent state variable
- 2012-04-27 01:48:18下载
- 积分:1
-
MATLAB
简易实现车牌识别,有GUI界面。车牌识别系统将获取的车辆图像进行一系列的处理后,以字符的形式输出结果(Simple license plate recognition with GUI interface.The license plate recognition system processes the acquired vehicle image in a series of ways and outputs the results in the form of characters.)
- 2020-07-04 09:40:01下载
- 积分:1
-
案例 GUI数据传递和多窗口编程
资源描述GUI数据传递和多窗口编程 很好的matlab实验教程可以用来初学者学习!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-08-21 18:32:22下载
- 积分:1
-
一个好使的哈密顿环路算法matlab例程
是本科毕设的题目,可以提取一幅图中想要的目标,一个计算声子晶体结构的一维传递矩阵法,基于欧几里得距离的聚类分析,微分方程组数值解方法,可以实现模式识别领域的数据的分类及回归。
- 2023-02-24 20:10:03下载
- 积分:1
-
speech_analysis
神经网络的通用程序 对初学神经网络的人很有帮助(General procedures for neural network Neural networks for beginners who helps)
- 2011-05-23 16:53:07下载
- 积分:1
-
TXCL-MATLAB
数字图像处理MATLAB版(中文版),找了很久才找到的,绝对经典教程,超详细(Digital Image Processing Using MATLAB (Chinese Edition), looking for a long time to find the absolute classic tutorial, ultra-detailed)
- 2012-05-18 22:10:59下载
- 积分:1
-
Untitled7
基于扩展卡尔曼滤波的多通道带乘性噪声系统状态的仿真程序,对初学者可能会有很大帮助(Simulation program for multi-channel with multiplicative noise of the system state)
- 2012-05-21 16:41:13下载
- 积分:1
-
spwmd
单极性脉冲调制方式,三角载波在一种极性内变化(Unipolar pulse modulation, triangular carrier changing in one polarity)
- 2019-07-10 15:39:34下载
- 积分:1
-
蚁群聚类算法
蚁群聚类数据data.txt;蚁群聚类详细解释
如
[N,n]=size(X); % N =测试样本数;n =测试样本的属性数;
K = 4; % K = 组数;
R = 100; % R = 蚂蚁数;
t_max = 1000; % t_max =最大迭代次数;
% 初始化
c = 10^-2;
tau = ones(N,K) * c; %信息素矩阵,初始值为0.01的N*K矩阵(样本数*聚类数)
q = 0.9; % 阈值q
rho = 0.1; %
- 2022-01-31 10:02:24下载
- 积分:1