-
logreg
一个用logistic模型编写的细胞生长曲线的模拟程序。(Prepared using a logistic model for cell growth curve of simulation program.)
- 2010-02-24 21:54:08下载
- 积分:1
-
work
简单的自己写的matlab例程,适合初学者使用下载快速掌握图像处理。(Matlab write their own simple routines for beginners download quickly master image processing.)
- 2013-11-18 21:28:58下载
- 积分: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
-
conventional-simulink
conventional simulink statcom
- 2013-12-12 17:25:19下载
- 积分:1
-
mengtekaluo
蒙特卡洛模拟 数学建模matlab计算机仿真(Monte Carlo computer simulation of mathematical modeling matlab)
- 2011-08-09 22:28:47下载
- 积分:1
-
4G-LTE-LTE-Advanced-for-mobile-broadband_2011
4G LTE LTE-Advanced for mobile broadband_2011
- 2013-07-19 21:30:39下载
- 积分:1
-
wave_equetino_diff
地球物理中的一维波动方程的差分逼近,文档中有原理,源码以及运行结果,非常适合学习文档。(Geophysical differential wave equation in the approximation of a document in principle, source code and operating results, is very suitable to study the document.)
- 2015-01-24 09:36:16下载
- 积分:1
-
gaot-7
最新的改进的遗传算法,具有很多的函数,非常好用(Genetic Algorithm)
- 2013-11-27 20:35:17下载
- 积分:1
-
music
信号处理MUSIC算法DOA波达方向估计,算法采用均匀圆阵的MUSIC估计(
The signal processing algorithm DOA MUSIC DOA estimation algorithm uses uniform circular array MUSIC estimates)
- 2014-03-13 10:04:52下载
- 积分:1
-
Matlab-simulation-queue-process
说明: 排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行
过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施(The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system has the best efficiency and the most reasonable configuration, the single desk by the limited matlab platform captain Simulation of queuing systems can be help designers analyze the needs of customers in order to meet the actual conditions of rational planning of services and facilities)
- 2011-03-31 09:45:41下载
- 积分:1