CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab s
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - matlab s - List
[
Mathimatics-Numerical algorithms
]
matlab_bgl-2.0
DL : 0
The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work -The MatlabBGL library fills a hole in Matla b's suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs. as in graph theory graphs. The MatlabBGL packag e uses Matlab's native sparse matrix type as a gra ph and provides algorithms that work
Date
: 2008-10-13
Size
: 2.75mb
User
:
Tom
[
Mathimatics-Numerical algorithms
]
复化抛物线
DL : 0
在数值计算上机练习中常用通用公式 function s=pwx(a,b,n) %a、b为积分区间 %n为划分的子区间个数 %如果n缺省 则默认划分100个区间
Date
: 2010-12-21
Size
: 704byte
User
:
lo_ssica_ve
[
Mathimatics-Numerical algorithms
]
PID Example--Inverted Pendulum
DL : 0
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below. -The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
Date
: 2025-12-27
Size
: 12kb
User
:
[
Mathimatics-Numerical algorithms
]
yz5017
DL : 0
将根据50g/s流量输入时的阶跃响应数据所建立的模型,代入其它幅值的输入值,验证模型的一致性。-under 50g/s input flow of step response data the model, Other income generation amplitude of the input value, the certification model of consistency.
Date
: 2025-12-27
Size
: 1kb
User
:
zyyandadianzi
[
Mathimatics-Numerical algorithms
]
matlab_carDelay
DL : 0
遗传算法车辆延误优化,这个是别人的程序,大家看看吧~-genetic algorithm optimization of vehicle delay, this is somebody else's process, we look at it ~
Date
: 2025-12-27
Size
: 6kb
User
:
heartbeat
[
Mathimatics-Numerical algorithms
]
current_park
DL : 0
用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Features : Taking into account the ease of implementation of the microprocessor features full use of fixed-point algorithm. MATLAB compiled after the DLL can be used in Simulink.
Date
: 2025-12-27
Size
: 4kb
User
:
孙萌
[
Mathimatics-Numerical algorithms
]
matlab_bgl-2.0
DL : 0
The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work -The MatlabBGL library fills a hole in Matla b's suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs. as in graph theory graphs. The MatlabBGL packag e uses Matlab's native sparse matrix type as a gra ph and provides algorithms that work
Date
: 2025-12-27
Size
: 2.75mb
User
:
Tom
[
Mathimatics-Numerical algorithms
]
SOR-Matlab
DL : 0
数值计算中SOR迭代法的Matlab程序-numerical calculation SOR iteration of the Matlab program
Date
: 2025-12-27
Size
: 1kb
User
:
zhouun
[
Mathimatics-Numerical algorithms
]
sldemo_f14
DL : 0
This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight control design that uses the pilot s stick pitch command as the set point for the aircraft s pitch attitude and uses aircraft pitch angle and pitch rate to determine commands. A simplified Dryden wind gust model is incorporated to perturb the system.
Date
: 2025-12-27
Size
: 11kb
User
:
wanghuixia
[
Mathimatics-Numerical algorithms
]
sjlb
DL : 0
卡尔曼滤波值计算方法 一飞行物,初始时刻距离雷达站距离 =30km,初始速度 =300米/秒,加速度 =20 ,过程噪声 ,测量 ,测量噪声 ,采样周期T=0.5s,求卡尔曼滤波值 及 -Kalman filter method of calculating the value of one flying objects, the initial moment of the distance from the radar station = 30km, initial velocity = 300 m/s, acceleration = 20, the process noise, measurement, measurement noise, sampling period T = 0.5s, for Carl Cayman filter values and
Date
: 2025-12-27
Size
: 1kb
User
:
阿杜
[
Mathimatics-Numerical algorithms
]
fnn
DL : 0
经典的模糊神经网路m程序,采用T-S模型,自适应反传算法-Classic m fuzzy neural network procedure for the TS model, adaptive back propagation algorithm
Date
: 2025-12-27
Size
: 549kb
User
:
lishichao
[
Mathimatics-Numerical algorithms
]
GEE
DL : 0
The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
Date
: 2025-12-27
Size
: 10kb
User
:
Allan KAO
[
Mathimatics-Numerical algorithms
]
optimization
DL : 0
最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法-Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
Date
: 2025-12-27
Size
: 221kb
User
:
屠志海
[
Mathimatics-Numerical algorithms
]
apple_feature_extraction
DL : 0
本文选取了可用于苹果分级的部分特征,并在Matlab上进行试验检测。该方法可以对苹果的外部缺陷、果梗、尺寸和形状进行全面的检测,在此基础上可对苹果进行高速和精确的分级-This paper can be used for the classification of some of the characteristics of Apple, and carried out in Matlab test. This method can be outside of Apple' s shortcomings果梗, size and shape of a comprehensive test on the basis of Apple' s high-speed and precise classification
Date
: 2025-12-27
Size
: 21kb
User
:
toowenting
[
Mathimatics-Numerical algorithms
]
8-puzzle-genetic
DL : 0
It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
Date
: 2025-12-27
Size
: 4kb
User
:
ramin
[
Mathimatics-Numerical algorithms
]
G-S(matlab)
DL : 1
程序在matlab环境下,实现了高斯迭代法解方程。-Program in matlab environment, fulfilling the law of the Gauss iterative solution of equations.
Date
: 2025-12-27
Size
: 20kb
User
:
ligan
[
Mathimatics-Numerical algorithms
]
cwpmatlab
DL : 0
MATLAB的一个地震处理实验室工具包,可以进行一些基础地震资料处理(MATLAB's seismic processing laboratory toolkit allows for some basic seismic data processing)
Date
: 2025-12-27
Size
: 456kb
User
:
啊荔昂亮
[
Mathimatics-Numerical algorithms
]
KDJ的matlab代码
DL : 0
KDJ的matlab代码,可用于股票市场(KDJ's matlab code, which can be used in the stock market)
Date
: 2025-12-27
Size
: 9kb
User
:
178198
[
Mathimatics-Numerical algorithms
]
预测控制DMC算法matlab
DL : 0
DMC:即动态矩阵控制(Dynamic Matrix Control)。是一种基于计算机控制的技术,它是一种增量算法,并基于系统的单位阶跃响应,适用于稳定的线性系统。系统的动态特性中具有纯滞后不影响该算法的直接应用。DMC的控制结构主要由预测模型、滚动优化、误差校正和闭环控制形式构成。(DMC: Dynamic Matrix Control. Is a computer-based technology, it is an incremental algorithm, and based on the system's unit step response, suitable for a stable linear system. The pure lag in the dynamic characteristics of the system does not affect the direct application of the algorithm. The control structure of DMC is mainly composed of prediction model, rolling optimization, error correction and closed-loop control.)
Date
: 2025-12-27
Size
: 1kb
User
:
CHENCCCC
[
Mathimatics-Numerical algorithms
]
filled function
DL : 0
利用matlab的填充函数方法求解全局最优解的源代码(Using Matlab's Fill Function Method to Solve the Source Code of Global Optimal Solution)
Date
: 2025-12-27
Size
: 1kb
User
:
qdq612
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.