-
guangyi
说明: 此程序是基于广义最小二乘法,运用递推算法。(This procedure is based on generalized least square method, the use of recursive algorithms.)
- 2011-03-26 19:49:10下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1
-
mine
利用MATLAB编程实现线性规划,利用单纯形法处理问题(Linear programming using MATLAB programming, dealing with the problem using the simplex method)
- 2010-08-28 16:26:15下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
conversions
MatLab function for converting Rotation matrix to Euler Angles and quatenrions. Two examples provided
- 2014-11-17 21:39:12下载
- 积分:1
-
channel_modulationANDdetect
channel modulation and detection
- 2010-11-08 06:21:53下载
- 积分:1
-
Matlab_Figure
matlab的图像教程,很好的资料,有很多例子(matlab image tutorial, good information, there are many examples)
- 2010-12-16 10:39:54下载
- 积分:1
-
IIRbandpasss
这是用切比雪夫实现的IIR带通滤波器,可用于数字图像或语音的处理(This is achieved using Chebyshev IIR bandpass filter, can be used for processing digital image or voice)
- 2010-07-01 21:03:35下载
- 积分:1
-
Packet_Switch
自己收藏的关于分组交换的simulink的仿真程序(their collections on the packet switching of the Simulink simulation program)
- 2007-05-21 19:17:29下载
- 积分:1
-
Perceptron
perceptron, is a code a pseudo learning machine
- 2015-03-17 22:32:27下载
- 积分:1