-
add_twe
matlab与C混合编程的实例,求解两个矩阵的和。(An example of matlab-C mixed programming,getting the adding solution of two matrixes.)
- 2009-09-23 23:18:36下载
- 积分:1
-
sort
sort(分类)用法
sort命令选项很长,下面仅介绍各种选项。
sort命令的一般格式为:(sort (Category) use sort command options is very long, only to introduce the following options. The general format of sort order:)
- 2010-07-28 16:27:01下载
- 积分:1
-
digitalimagprocessingmatlabmainsource
matlab数字图象处理的主要源码aeqeqe(digital image processing matlab main source)
- 2010-09-20 14:46:31下载
- 积分:1
-
Q-a-Mean
this codes are uses for signal process and uses ant colony
- 2011-07-29 21:13:41下载
- 积分:1
-
RRD
采用matlab软件进行编程,用于模拟计算煤粉的Rosin-Rammler颗粒分布。(Matlab software programming Rosin-Rammler particle size distribution for simulation coal.)
- 2020-11-24 10:19:33下载
- 积分:1
-
Der1BasisFun
matlab程序,可求解任意次B样条基函数及其一阶导(Solving the basic function of arbitrary order B spline and its first order)
- 2018-01-29 22:59:21下载
- 积分:1
-
SplashScreen_VC
AppWizard has created this SplashScreen application for you.It is programmed by visual C++.(AppWizard this has created a SplashScreen pplication for you.It is programmed by visual C .)
- 2006-10-30 12:24:46下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
vectorcontrol
这是一个关于永磁同步电机矢量控制的simulink模型,可以同过本历程自己修改模块得到自己想要的结果(This is a permanent magnet synchronous motor vector control on the simulink model, you can modify the same over the course of their module get the results you want)
- 2009-11-05 14:16:11下载
- 积分:1
-
03
说明: Matlab语言及其在电子信息工程中的应用,讲的非常好!(Matlab languange and its implitation in electric and information engineering)
- 2010-03-16 13:31:40下载
- 积分:1