-
FEM
matlab有限元分析程序,适合简单的有限元分析,对大型矩阵采用稀疏矩阵存储方式(matlab finite element analysis program)
- 2009-10-07 14:17:14下载
- 积分:1
-
data-processing-and-identification
系统建模课程中,用于对控制系统的对象的数据处理和辨识。(System modeling course, object control system for data processing and identification.)
- 2015-03-14 10:43:17下载
- 积分:1
-
Model1s
it is pgm used in matlab
- 2011-02-09 17:42:53下载
- 积分:1
-
sciencedirectpapers
SCIENCE DIRECT PAPERS
- 2014-11-18 01:36:44下载
- 积分: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
-
second_task
课程作业:中心极限定理的仿真~希望有所帮助(The simulation of the central limit theorem)
- 2015-04-14 09:52:08下载
- 积分:1
-
pca-pcr
主元分析与主元回归用于函数的回归拟合已测试(Principal component analysis and principal component regression regression fit for function)
- 2021-01-04 13:28:55下载
- 积分:1
-
yakebi
说明: 实习五求对称矩阵A全部特征值及特征向量
数值计算(A practical five-Symmetric Matrix Eigenvalue and Eigenvector of all numerical)
- 2011-02-27 22:48:20下载
- 积分:1
-
Bark-wavelet-on-matlab
bark子波的基本原理以及在MATLAB中的算法过程,不是源代码~~(bark, and the basic principles of wavelet algorithms in MATLAB in the process, not the source code ~ ~)
- 2010-05-11 16:17:26下载
- 积分:1
-
Solve-the-equation
运用matlab求解一般代数方程、线性方程组、线性微分方程、非线性微分方程的源代码(Using matlab to solve common algebraic equations, linear equations, linear differential equation and nonlinear differential equation of source code)
- 2012-04-11 16:19:47下载
- 积分:1