-
Simulink
<simulink仿真>的电子版,详细讲解matlab中的simulink。(<simulink仿真> electronic version, matlab elaborate on the simulink.)
- 2007-11-15 03:03:35下载
- 积分:1
-
gavno
In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a linear system of equations. It is named after the German mathematicians Carl Friedrich Gauss and Philipp Ludwig von Seidel, and is similar to the Jacobi method. Though it can be applied to any matrix with non-zero elements on the diagonals, convergence is guaranteed if the matrix is either diagonally dominant, or symmetric and positive definite.
- 2010-12-13 18:27:16下载
- 积分:1
-
38380202zhiwenxihua
基于matlab的指纹图像细化处理程序matlab源码。(Matlab-based fingerprint image thinning processing matlab source.)
- 2013-11-07 15:09:44下载
- 积分:1
-
An_introduction_to_Matlab_drawing_commands
文档里面有详尽的Matlab绘图命令介绍,较为好用。。。(A document,which has a detailed description of Matlab drawing commands, is really useful. . .)
- 2010-12-29 20:20:17下载
- 积分: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
-
SIFT
This is a MATLAB implementation of the SIFT detector and descriptor
- 2013-05-09 04:24:58下载
- 积分:1
-
matlab-smooth--CPP
Matlab smooth函数转成c++代码(Matlab smooth functions into c++ code)
- 2020-11-04 10:49:52下载
- 积分:1
-
FLch2bzsheg3
系统辨识及其MATLAB仿真,M序列产生程序(System Identification and MATLAB, M sequence generator)
- 2013-11-13 15:50:05下载
- 积分:1
-
sin512
生成512点正弦波的hex文本文件,简单易懂,可更改相关数据。(Using matlab to generate a 512-point sine sin hex file, easy to understand, you can change the parameters)
- 2015-03-31 11:21:12下载
- 积分:1
-
sga
遗传算法求函数极大极小值,可用于简单的最优控制(Genetic algorithms function Minimax, optimal control for simple)
- 2013-12-20 21:56:46下载
- 积分:1