-
TwoMethodCalibration
Matlab摄像机标定两种方法,张法和TSAI(Matlab camera calibration method, Zhang and TSAI)
- 2007-05-03 16:51:31下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
MPC_ESO
预测控制与自抗扰结合的经典文献,可参考学习,有一定启发(Predictive control and ADRC combining classic literature, reference study, a certain inspiration)
- 2014-02-18 21:08:17下载
- 积分:1
-
bunhan
MIT人工智能实验室的目标识别的源码,数据模型归一化,模态振动,使用matlab实现智能预测控制算法。( MIT Artificial Intelligence Laboratory identification of the target source, Normalized data model, modal vibration, Use matlab intelligent predictive control algorithm.)
- 2017-01-12 10:12:04下载
- 积分:1
-
tfigure
说明: 简化了整个程序流程,在三维隐函数作图方面有较大的应用(It simplifies the whole program flow and has great application in drawing three-dimensional implicit function.)
- 2018-12-24 16:00:56下载
- 积分:1
-
20101124085455
基于卡尔曼滤波的无线传感器网络时钟同步协议(A time synchronization protocol for wireless sensor networks based on the Kalman filter)
- 2011-07-04 15:04:22下载
- 积分:1
-
lbp
来自<Multiresolution gray-scale and rotation invariant texture
classification with local binary patterns>,LBP,用于图像的纹理特征分析(From <Multiresolution gray-scale and rotation invariant texture
classification with local binary patterns>,LBP, used for image textural feature analysis)
- 2014-10-16 10:18:45下载
- 积分:1
-
chap2
先进PID控制MATLAB仿真(第3版)/刘金琨-中第二章仿真程序(MATLAB simulation of advanced PID control (3)/Liu Jinkun- in Chapter II emulator)
- 2013-04-08 21:25:14下载
- 积分:1
-
生产调度matlab
基于遗传算法的车间调度的MATLAB实现,很好改进,实用(MATLAB implementation of job shop scheduling based on genetic algorithm is very good and practical.)
- 2018-05-22 23:10:29下载
- 积分:1
-
RK-block
分块RK法求解一介偏微分方程的matlab程序,参数自己设计即可,包括自己设定的函数。(Block RK method for solving partial differential equations ordinary matlab program, the parameters can be of their own design, including its own set of functions.)
- 2013-10-20 13:20:56下载
- 积分:1