-
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
-
sw_pretrigger
This m-file implements a simple data acquisition gui with multiple channels and custom triggering
It demonstrates how to:
1) Use nested functions to simplify data acquisition programs
2) Use a simple GUI (a couple of pushbuttons) to start and stop data acquisition.
3) Wait for an event/trigger (like a button press) and log pre-event or pre-trigger data from multiple synchronized channels.
4) Record pretrigger data based on custom criteria. In this m-file the triggering event is a button click. However, the event could be any custom criterion (e.g., the data amplitude is greater than a threshold *and* a toggle button is enabled).
Requires: the Data Acquisition Toolbox (TM) and the Winsound adapter. It does not depend on any hardware-specific capabilities. (This m-file implements a simple data acquisition gui with multiple channels and custom triggering
It demonstrates how to:
1) Use nested functions to simplify data acquisition programs
2) Use a simple GUI (a couple of pushbuttons) to start and stop data acquisition.
3) Wait for an event/trigger (like a button press) and log pre-event or pre-trigger data from multiple synchronized channels.
4) Record pretrigger data based on custom criteria. In this m-file the triggering event is a button click. However, the event could be any custom criterion (e.g., the data amplitude is greater than a threshold*and* a toggle button is enabled).
Requires: the Data Acquisition Toolbox (TM) and the Winsound adapter. It does not depend on any hardware-specific capabilities. )
- 2009-10-21 15:18:03下载
- 积分:1
-
ATGP
Matlab中的高光谱图像中的端元提取算法(An algorithm for the extraction of the end elements in hyperspectral images in MATLAB by Liuliu)
- 2021-04-19 20:18:51下载
- 积分:1
-
matlab-smith
关于SMITH圆图的MATLAB相关设计及说明(SMITH chart of MATLAB on the design and description of relevant)
- 2011-05-23 15:19:36下载
- 积分:1
-
image6manualseg
manual segmention in matlab
- 2015-03-25 18:11:02下载
- 积分:1
-
matlab-code
matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
(Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process)
- 2006-06-02 11:52:10下载
- 积分:1
-
IrisLocate
本源代码用来进行虹膜区域检测,可以用来进行视线跟踪、眼睛区域检测等。(Iris source code used for detection, can be used for eye tracking, eye region detection.)
- 2011-05-09 16:23:41下载
- 积分:1
-
filter
各种滤波器的设计,包括高斯低通滤波器。hilberrt带通滤波器,插值滤波器等等。(Various filter design, including Gaussian low-pass filter. hilberrt band-pass filter, the interpolation filter and so on.)
- 2013-07-10 11:51:06下载
- 积分:1
-
cc
说明: <<现代信号处理教程>>(胡广书版)书中配套的matlab源代码。(this is a matlab code of the book called modem signal processing.)
- 2013-08-18 10:31:03下载
- 积分:1
-
Elman-
用matlab实现Elman神经网络(Elman neural network using matlab)
- 2013-12-13 22:11:53下载
- 积分:1