-
MATLABzhidao
求多项式的值y=ployval(p,x):计算x点处多项式值 有理多项式 有理多项式求导:[q,r]=polyder(a,b)(matlab DESIGN)
- 2010-06-04 17:18:04下载
- 积分:1
-
regress
用于做统计分析的matlab 程序包,各种基本统计分析的函数都有,很好用。(For matlab to do statistical analysis package, a variety of basic statistical analysis functions are well used.)
- 2009-03-28 16:04:28下载
- 积分:1
-
GAmean_distance
This function is used to determine the mean distance
for uniform sampling over a hypercube. Used for comparing the
quality of initial conditions with other algorithms that use
only one iterative solution (i.e., can use mean distance here
to set i.c. with same mean distance in single solution algorithm).
thetatmax
- 2010-01-07 20:43:29下载
- 积分:1
-
BP
说明: 对用BP算法所进行的神经网络进行仿真、训练。模拟综合出我们所需要的结果。(BP algorithm by using the neural network simulation and training. Analog synthesis we need results.)
- 2008-12-08 10:55:06下载
- 积分:1
-
u5
说明: 这个MUSIC算法好像有点问题,望大家帮忙(the MUSIC algorithm appears to be a problem, we hope to see help)
- 2007-05-18 19:22:55下载
- 积分:1
-
Particle_Swarm_VRP
粒子群算法求解车辆路径优化问题,有需要的可以参考一下(PSO for Vehicle Routing Problem)
- 2013-11-19 21:05:55下载
- 积分:1
-
BLDC-simulator
无刷直流电机M文件程序,这是从其他论坛上面找到的,很不容易啊(Brushless DC motor M File program, which is found above from other forums, it is not easy)
- 2013-11-27 20:53:33下载
- 积分:1
-
predictive-control
预测控制matlab文件,DMC动态矩阵控制的文件(Predictive control matlab file, DMC Dynamic Matrix Control of documents)
- 2011-10-25 10:22:02下载
- 积分:1
-
fx
说明: 酸碱平衡教学中,模拟多元酸各种型体在不同PH值下的分布系数,标准酸滴定混合碱的滴定曲线拟合,标准碱滴定混合酸的滴定曲线拟合。(The teaching of the acid-base balance, used to simulate the polyacids different PH value distribution coefficients of various body)
- 2013-03-27 23:35:24下载
- 积分: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