-
tjcx
matlab统计基因序列多序列比对中各个多态性位点中碱基个数(matlab statistics sequence for multiple sequence alignment of various polymorphisms in the number of base)
- 2010-09-14 09:27:12下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1
-
line-ellipse-nihe
说明: 提取直线,圆,使用的是计算快速的matlab平台,对图形图像处理挺有帮助的(line ellipse nihe ,you can try it!matlab yuan dai ma)
- 2011-02-19 08:55:29下载
- 积分:1
-
AI4
............... A BAI4- Nonlinear Process ..................................................................................................................
- 2014-09-02 21:12:52下载
- 积分:1
-
chaos
MATLAB对几种常见混沌仿真,很好的,推荐下载(MATLAB simulation of several common chaos)
- 2010-06-16 15:18:14下载
- 积分:1
-
Matlab
Matlab教程 一些基础的matlab知识与方法 初学者可以试试(Matlab tutorial some basic knowledge and methods matlab beginners can try)
- 2010-02-02 00:33:47下载
- 积分:1
-
ofdm-matlab
完整的OFDM仿真程序,在matlab上运行。有详细的解释。(Complete OFDM simulation program, run in matlab. A detailed explanation.)
- 2011-05-11 15:51:56下载
- 积分:1
-
MATLAB7.0-2006
【书名】
MATLAB 7.0从入门到精通
【作者】
求是科技编著
【版次】
【出版社】
人民邮电出版社
【出版日期】
2006
([title] MATLAB 7.0 proficient from the portal to the author [of technology] for [produced] [edition of the publication groups-- People's Posts & Telecommunications Publishing House published date [2006])
- 2007-06-06 12:11:44下载
- 积分:1
-
Insert-matlab-intotext
在文本文件中嵌入MATLAB代码并运行返回结果
类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行!
主要作用以及价值:
在文本文件中嵌入matlab代码,并可以直接运行该文本文件
根据matlab变量的当前值,实时修改文件文件中相应的数据
目前具有如下功能:
matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码
matlab代码可以放在文本的任意位置,你想放在什么地方都可以
matlab代码允许被文本分割而不连续书写,比如循环语句
fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦
有待改进的方面有:
在文本文件中增加对matlab function的支持
简化变量输出,目前只能fprintf(fid_target,...)
目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results
Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run!
A major role as well as the value of:
Matlab code embedded in the text file, and can be run directly on the text file
Modify the data file file based on the current value of the matlab variables, real-time
Currently has the following functions:
matlab code uses the symbol in the middle of the parse matlab code must contain
matlab code can be placed anywhere in the text, where you want to put
matlab code allows text segmentation without the consecutive writing, such as loop statement
fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble
Areas for improvement:
Increase support for matlab function in a text file
Simplify variable output, can only the fprintf (fid_target ...)
M script completed, late M function)
- 2012-11-15 13:46:40下载
- 积分:1
-
GPC-for-matlab
这是一个从书本上敲打上去的关于GPC的程序。非最小相位系统采用RLS辨识参数,输入为方波信号(This is a beat up books on the GPC program. Non-minimum phase system uses the the RLS identification parameters input square wave signal)
- 2013-05-14 21:08:17下载
- 积分:1