-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
Draw_Matlab
MATLAB初学者
MATLAB作图,介绍了一些常用的东东(MATLAB for beginners MATLAB mapping, introduced a number of commonly used Dongdong)
- 2009-12-15 17:45:20下载
- 积分:1
-
uongluong1
it is very imoportant file
- 2010-05-13 01:26:39下载
- 积分:1
-
adaboost
用于初学者理解dadboost算法,一个完整的matlab代码。(For beginners to understand dadboost algorithm, a complete matlab code.)
- 2011-05-08 10:54:11下载
- 积分:1
-
磁悬浮
使用MATLAB进行的SIMULINK仿真,实现了磁悬浮PID控制(SIMULINK simulation with MATLAB realizes the PID control of magnetic levitation)
- 2019-05-06 10:58:03下载
- 积分:1
-
S-Function
说明: matlab中s函数的详细介绍及实用例题。(matlab s function in detail and practical examples.)
- 2020-11-11 10:29:45下载
- 积分:1
-
MATLAB7
MATLAB7_0 基础教程_ 清华大学出版社(a remarkable study book for matlab)
- 2015-03-28 23:27:11下载
- 积分:1
-
CGABC
说明: 简单人工蜂群算法的实现与其基本代码,有三个M文件(The realization of simple artificial bee colony algorithm)
- 2020-04-07 13:34:20下载
- 积分:1
-
30
说明: Dynamic sliding mode control of a four-wheel
skid-steering vehicle in presence of sliding
- 2015-01-11 00:32:27下载
- 积分:1
-
svm-regression-k-fold-cross-validation
SVM with K-fold cross validation
- 2014-02-24 21:19:38下载
- 积分:1