-
code
这里有拟合还有误差分析的基本所有函数,是经济学学习过程中的(There is also the error of fitting all the basic functions of the learning process in economics)
- 2011-04-30 09:24:19下载
- 积分:1
-
fnn
算embedding dimension.
可檢驗時間序列數據的embedm fnn1 fnn2(embedding dimension)
- 2009-10-15 20:36:34下载
- 积分:1
-
HMD_x_MultLayer
The function implements an horizontal magnetic dipole (along the x-axis) and calculates the x and z component of the magnetic field for y=0. The script allows to set a wanted value of multiple layers, with their own relative electric permittivity, relative magnetic permeability, conductivity (see the LAYERS PARAMETERS section in the script). The script finally produces an animation of the radiated field.
- 2010-07-23 10:55:16下载
- 积分:1
-
FullBNT-1.0.4
贝叶斯网络matlab程序,最新的版本的程序(bayesian network matlab)
- 2010-09-27 20:07:15下载
- 积分:1
-
GNT08.1.2
模拟GPS信号工作,绘制地球表面卫星轨道图(GPS Navigation Toolbox)
- 2011-05-11 10:44:18下载
- 积分:1
-
PLL6
一个成功的MATLAB例程,仅供大家参考和学习(A successful MATLAB routine, only your reference and learning)
- 2010-06-02 18:06:27下载
- 积分:1
-
poincaresection
it is a matlab code for doing a poincare section to reduce a flows dimension and making a map
- 2014-12-19 01:43:27下载
- 积分:1
-
zhongxingdian
基于Matlab/simulink的小电流接地系统单向故障仿真分析,包涵中性点不接地系统仿真和中性点经消弧线圈接地系统仿真模型(Based on Matlab/simulink small current grounding system unidirectional fault simulation analysis, bear with ungrounded neutral system simulation and arc suppression coil grounding system simulation model)
- 2021-03-19 21:39:19下载
- 积分: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
-
mycircuit
可以计算电路各类问题,包括各种受控源及运放电路(The calculation circuit all kinds of issues, including a variety of controlled sources and op amp circuit)
- 2013-05-18 14:03:05下载
- 积分:1