-
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
-
VRS
vibration analysis of induction motor
- 2011-10-03 17:17:19下载
- 积分:1
-
winwin
This is a matlab code for processing an image by selecting non-overlapping blocks. This code also uses built in functions in matlab
- 2012-10-03 17:04:28下载
- 积分:1
-
qmfb
对信号进行QMFB分析的matlab函数(the matlab function of QMFBsignal analysis matlab function)
- 2014-10-25 12:05:04下载
- 积分:1
-
Matlab_STCv0
STC跟踪算法,matlab源码,可实现对框定目标的有效稳定跟踪(STC tracking algorithm, matlab source code, can achieve the goal of effective framing stable tracking)
- 2014-01-22 18:18:13下载
- 积分:1
-
finallf
Optimal power flow with Matlab codes
- 2010-07-29 05:45:05下载
- 积分:1
-
ini-square
此算法描写了如何选择初始轮廓的位置,以及怎样控制初始轮廓的演化。(This algorithm describes how to select the location of the initial profile, and how to control the evolution of the initial contour.)
- 2010-12-21 10:17:30下载
- 积分:1
-
projection1
自适应滤波的很多经典算法以及一些新的算法,FAP,APA,FAPA,RLS,LMS,NLMS(Many classical adaptive filtering algorithms as well as some new algorithms, FAP, APA, FAPA, RLS, LMS, NLMS)
- 2021-04-13 09:28:56下载
- 积分:1
-
watermarking-based-on-DCT-(matlab)
一种基于DCT变换的图像水印算法,非常适合研究水印的人们共同学习,共同进步。(DCT-based image watermarking algorithm)
- 2011-10-02 10:28:17下载
- 积分:1
-
newton
The function takes at least three input arguments (function, its derivative, and an initial guess). After iterations, it gives the root of the function. The fourth input argument is to change the stopping criteria.
- 2013-09-21 18:57:39下载
- 积分:1