-
kalmtool4.tar
MATLAB 滤波器最新版的非线性滤波工具箱
包含源码和使用例子(Filter the latest version of MATLAB Toolbox for Nonlinear Filtering contains examples of source and use of)
- 2010-12-08 17:49:17下载
- 积分:1
-
optim
matlab优化工具箱,包括线性规划linprog.m,二次规划quadprog.m等(optim toolbox)
- 2013-09-05 13:20:58下载
- 积分:1
-
kalmanf.m
Kalman filter
simple illustration
- 2015-02-05 10:54:45下载
- 积分:1
-
BG-PSO_levy
用来解决数值优化问题,可以作为数值优化的工具,也可以作为算法的比对参考(Used to solve the problem of numerical optimization, numerical optimization can be used as a tool, can also be used as a comparison reference of the algorithm)
- 2021-03-19 15:39:19下载
- 积分:1
-
061573
使用SIMULINK构建Turbo码仿真系统
A simulation system of Turbo Code using SIMULINK
(北京科技大学信息工程学院)周贤(Turbo code constructed using SIMULINK simulation A simulation system of Turbo Code using SIMULINK (Beijing University of Science and Technology Information Technology Institute) Zhou)
- 2007-05-15 21:43:10下载
- 积分:1
-
Oper_Data
PARSING DATA IN MATLAB ALGORITHM
- 2015-03-15 16:29:22下载
- 积分:1
-
recognition-matlab-moving-objects
一个基于matlab的运动目标跟踪的资料,包括源代码和视频样本(A moving target tracking based on matlab, including source code and video samples
)
- 2014-03-29 10:19:03下载
- 积分:1
-
ISOMAP-Algorithm
ISOMAP算法,其中做了部分修改。算法采用K近邻图计算测地距离的方法,最后进行低维嵌入(ISOMAP algorithm, which made some modification.Algorithm of geodesic distance is obtained by using the K neighbor graph method, finally to low dimensional embedding)
- 2015-06-14 17:18:53下载
- 积分:1
-
Patton_copula_toolbox
copula工具库,包括各种copula函数,及联合分布函数的概率密度函数、分布函数和随机数的生成(copula tool library, including a variety of copula function, and joint distribution function of the probability density function, distribution function and a random number generator)
- 2021-04-07 15:59:01下载
- 积分:1
-
f the input is a numeric array, it returns a cell array of strings of on or off...
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed-f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
- 2022-05-10 21:02:10下载
- 积分:1