-
hsitorgb
This document is described HSI colour space to RGB colour space algorithims at matlab
- 2014-12-18 04:22:23下载
- 积分:1
-
matlab_c_programming
这个压缩包里包含有有关c和matlab混合编程的一些例子,是我从有关书的光盘中拷贝过来的。欢迎大家下载。(the compressed bundle contains the c and Matlab programming mixed some examples I take it from the book CD-ROM copy overnight. Welcome to download.)
- 2007-04-17 14:48:50下载
- 积分:1
-
CircAdaptTriSeg_code
time variable problem using MATLAB
- 2013-11-20 00:23:57下载
- 积分:1
-
gps-matlab(1)
用于gps基线解算的matlab代码,包括文件读取,模糊度计算等。(Baseline solution for gps matlab code, including file read, ambiguity computing.)
- 2014-05-08 15:25:30下载
- 积分:1
-
LFYBUS
this code is used to form the ybus admittance matrix of a power system
- 2013-07-27 18:56:49下载
- 积分:1
-
resection
后方交会用于实际坐标与图像坐标的转换,提高精度(Resection for the conversion of the actual coordinates and image coordinates, to improve the accuracy)
- 2012-04-25 11:55:04下载
- 积分:1
-
2009-acc-consensus
关于distributed consensus的,发表在2009-acc的一片论文的仿真程序,希望对大家有用(matlab code for distributed consensus, the paper is pubulished on 2009-acc)
- 2011-08-19 00:22:43下载
- 积分:1
-
tfrpwv
时频分析中的cohen类中最基本的双线性时频分布式wigner-ville分布,由于在该分布中不含窗函数,因此避免了短时窗傅里叶变换时间分辨率、频率分辨率相互牵制的矛盾(Time-frequency analysis of the Cohen class of bilinear time-frequency distribution is the most basic Wigner-Ville distribution, because the function in the distribution is not included in the window, so as to avoid the contradiction of short-time window Fourier transform time resolution, frequency resolution of each other)
- 2013-06-04 16:42:03下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
模仿Windows任务栏
说明: 一个rar包,主要是模式windows的任务栏的功能,(a rar packs, the main mode of windows is the task bar functions,)
- 2005-09-14 11:40:12下载
- 积分:1