-
lscatter
Like Matlab s scatter command, lscatter produces a scatter plot. Unlike scatter, it allows you to also use a vector of labels that are used instead of the usual uniform markers.
lscatter(x,y,l)
generates a scatter plot where label{i} is placed at the coordinate (x(i),y(i)), for all i.
The program accommodates a large number of options which make it easy to taylor the output to your needs. The included example script should help you get started.
Please comment if you like it or find it useful.
- 2010-07-05 12:00:57下载
- 积分:1
-
kejifangzhen
客机仿真程序
和matlab仿真计算程序代码,经过测试(Aircraft simulation program and matlab simulation code, tested)
- 2011-06-16 09:21:58下载
- 积分:1
-
shapletsurf
Function reconstructs an estimate of a surface from its surface normals by correlating the surface normals with that those of a bank of shapelet basis functions. The correlation results are summed to produce the reconstruction. The sumation of shapelet basis functions results in an implicit integration of the surface while enforcing surface continuity.
Note that the reconstruction is only valid up to a scale factor (which can be corrected for). However the reconstruction process is very robust to noise and to missing data values. Reconstructions (up to positive/negative shape ambiguity) are possible where there is an ambiguity of pi in tilt values. Low quality reconstructions are also possible with just slant, or just tilt data alone. However, if you have full gradient information you are better off with the Frankot Chellappa algorithm below.
- 2012-05-28 12:11:57下载
- 积分:1
-
design
使用matlab编写的图像特征提取软件,可对图像进行批量处理(Written using the image feature extraction matlab software, batch processing of images)
- 2011-10-23 10:09:49下载
- 积分:1
-
MIMO_RLS
本程序是多输入多输出系统辨识的MATLAB源程序,可以用来学习或者研究(This program is a multi-input multi-output system identification MATLAB source, can be used to learn or study)
- 2021-02-23 15:29:41下载
- 积分:1
-
xinyin
对心电信号进行处理,R波定位,特征点提取(ECG signal processing, R wave positioning, feature point extraction)
- 2017-03-24 10:40:55下载
- 积分:1
-
SVM-KMExample
支持向量机SVM和核函数的matlab程序集(SVM matlab)
- 2010-08-30 16:52:28下载
- 积分:1
-
hpf
high pass filtering in images
- 2011-06-11 14:51:49下载
- 积分:1
-
汽车工况构建
说明: 通过实际采集到的数据,数显通过数据预处理,进行不良数据的清洗,然后通过PCA降维,k均值聚类提取运动学片段,建立运动学片段库,通过随机策略提取运动学片段构成汽车行驶工况。(Through the actual collected data, the digital display cleans the bad data through data pretreatment, and then extracts the kinematics fragments through PCA dimensionality reduction, K-means clustering, establishes the kinematics fragments library, and extracts the kinematics fragments through random strategy to form the driving conditions of the vehicle.)
- 2019-09-23 20:13:13下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1