Welcome![Sign In][Sign Up]
Location:
Search - matlab mex

Search list

[Special Effectssusan-matlab

Description: 为了便于在matlab中调用susan算法的c实现函数,对Stephen Smith写的susan2.1 c源码进行简单编辑剪裁,并提供常用susan函数的matlab mex接口函数,使用者在matlab中简单编译后就能使用了。
Platform: | Size: 36151 | Author: syx | Hits:

[matlab用于Matlab的彩色图像色彩空间转换的MEX文件!

Description: 用于MATLAB的彩色图像色彩空间转换的MEX文件-for MATLAB color image color space conversion MEX documents
Platform: | Size: 14336 | Author: 张新树 | Hits:

[matlabphd and matlab

Description: 本例利用C MEX及API文件实现matlab与PHD只见的通讯.能实现数据的存取。-MEX and C API documentation can be achieved with Matlab PHD seen communications. To achieve access to data.
Platform: | Size: 12288 | Author: 黄勇 | Hits:

[Speech/Voice recognition/combineMatWave

Description: 通过采用MATLAB中的MEX程序进行实时语音端点检测-The application of MEX in MATLAB on the realtime speech endpoint detection.
Platform: | Size: 24576 | Author: 谢芊芊 | Hits:

[matlabmex

Description: matlab下面仿真802.3协议以太网mac层10、100M的网络接口模型。包括pci接口。-Matlab simulation 802.3 Ethernet mac agreement layer 10, 100M network interface model. Including PCI interface.
Platform: | Size: 24576 | Author: 仁刃 | Hits:

[Mathimatics-Numerical algorithmsCorrelationDimension

Description: 计算关联维的 Matlab 程序 - (mex 函数,超快),源自研学论坛-calculated the correlation dimension Matlab procedures- (mex function, ultra-fast), from the Institute Science Forum
Platform: | Size: 54272 | Author: alan | Hits:

[Communication-MobileMEXexample

Description: MATLAB中MEX命令的两个程序例子, 有详细解释, 如何在MATLAB里面调用C/C++函数-MATLAB MEX orders of the two procedures example, a detailed explanation How MATLAB inside called C/C function
Platform: | Size: 4096 | Author: 钟伟 | Hits:

[Otherusing_c_to_mex_file_in_matlab

Description: 学习和使用matlab和c语言混合编程的文件-learning and the use of Matlab and c mixed programming language documents
Platform: | Size: 128000 | Author: 许小可 | Hits:

[Graph programcorrelation-dimension(GP-method)

Description: G-P算法计算关联维的 Matlab 程序(mex版) 没有使用”短暂分离“,使用了关联积分的mex文件,速度较快。 -G-P method to calculate the correlation dimension of Matlab (Mex version) not use "temporary separation," use of the correlation integral Mex documents faster.
Platform: | Size: 6144 | Author: 杨明 | Hits:

[Special Effectssusan-matlab

Description: 为了便于在matlab中调用susan算法的c实现函数,对Stephen Smith写的susan2.1 c源码进行简单编辑剪裁,并提供常用susan函数的matlab mex接口函数,使用者在matlab中简单编译后就能使用了。-Matlab in order to facilitate call susan algorithm realize the c function, written by Stephen Smith on susan2.1 c source code for simple cut editing, and provide common susan function matlab mex interface function, the user in a simple matlab compiler will be able to post use.
Platform: | Size: 35840 | Author: syx | Hits:

[matlabvcc_mex

Description: 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序-Under normal circumstances, we are all in the MATLAB command line or DOS command line program to compile MEX. Command is used by: mex filename.c This has a lot of inconvenient places: a. Although the mex can also compile C++ The mex program, but it is still the main frame C of a. When the procedure has a number of modules the need to repeatedly use the mex command, the operation is cumbersome b. Can not use VC-specific ClassWizard automatically create and maintain the category c. can not use MFC class library to write applications easily d. should not conduct a similar project management VC a detailed explanation of how this article IDE compiling MEX procedures
Platform: | Size: 11264 | Author: Dean | Hits:

[OtherLyapunov-exponents

Description: 用小数据量方法求lyapunov指数,matlab+MEX编程技术。-With a small amount of data lyapunov Index Method, matlab+ MEX programming technology.
Platform: | Size: 10240 | Author: 刘于江 | Hits:

[matlabmatlab

Description: 使用须知 1. 文件夹 两个文件夹:Mbook和Mfiles。 Mbook文件夹:存放可以用于教学或自学的Mbook形式的文档。 MFiles文件夹:存放所有例题的M文件,保存的文件名为“Ex+章+序号.m”、“Ex+章+序号.fig”、“Ex+章+序号.mdl”或“Ex+章+序号.doc”。 2. 使用前的准备 (1)软件需要安装Office2000 和MATLAB6.5。 (2) 将文件夹Mbook和Mfiles的内容拷贝到用于教学的计算机的硬盘上。 (3)在MATLAB中将“Mfiles”文件夹添加在搜索路径中 添加搜索路径的步骤为: 在MATLAB界面选择菜单“File”→“Set Path”命令,在打开的设置路径对话框中通过“Add Folder…”或“Add with Subfolders…”按钮打开浏览文件夹窗口来添加搜索目录。 (3)要运行8.1小节的MEX和EXE文件,则需要有与MATLAB6.5适配的Borland C/C++或MicroSoft Visual C++或Watcom C/C++(详见11.2和11.3节)。 (4)要运行8.4小节Mbook文件夹的文件,则需要安装Notebook。 -err
Platform: | Size: 6915072 | Author: Garfiled | Hits:

[matlabsvm_new

Description: MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is relatively legible and simple to modify. However, it is still reasonably fast if used with the supplied optimiser. However, if you really want to speed things up you should consider compiling the matrix composition routine for H into a mex function. Then again if you really want to speed things up you probably shouldn t be using matlab anyway... Get hold of a dedicated C program once you understand the algorithm.-MATLAB-SVM algorithm, Matlab Support Vector Machine Toolbox, This toolbox was designed as a teaching aid, which matlab isparticularly good for since source code is relatively legible andsimple to modify. However, it is still reasonably fast if usedwith the supplied optimiser. However , if you really want to speedthings up you should consider compiling the matrix compositionroutine for H into a mex function. Then again if you really wantto speed things up you probably shouldn t be using matlabanyway ... Get hold of a dedicated C program once you understandthe algorithm.
Platform: | Size: 128000 | Author: chenbin | Hits:

[matlabmex_matlab

Description: 使用matlab调试C文件,mex相关操作。附带说明和源程序。-This code use matlab to debug the code which is writed by c.
Platform: | Size: 253952 | Author: 刘彦璋 | Hits:

[matlabMex

Description: MEX- Matalb executable helps is running c programs in matlab.
Platform: | Size: 29696 | Author: kumar | Hits:

[OpenCVnormxcorr2_mex_ALL

Description: 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file, it performs higher efficiency than Matlab built-in normxcorr2 ().
Platform: | Size: 584704 | Author: MORGAN | Hits:

[matlabMEX_and_compiler

Description: 基于mex的matlab-fortran混合编程,详细的步骤和样例-Mex-based hybrid of matlab-fortran programming, detailed steps and sample
Platform: | Size: 11264 | Author: 华生 | Hits:

[matlabMatlab

Description: 用C来编写MEX文件调用MATLAB,很有实用性-MEX using C to write a document called MATLAB, very practical
Platform: | Size: 36864 | Author: zhangyun | Hits:

[matlabMATLAB-CUDA

Description: The latest generation of high-end video cards off er considerable computing power using their 100–200 on-card processors, 0.3–1.0+ GB of RAM, and fast inter-processor communications. One promising application of this Graphics Processing Unit (GPU) computing capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU. -The latest generation of high-end video cards offer considerable computing power using their 100-200 on-card processors, 0.3-1.0+ GB of RAM, and fast inter-processor communications. One promising application of this Graphics Processing Unit (GPU) computing capability is through Matlab and Matlab mex functions. With a properly developed mex function, the user-friendly Matlab interface can be used to perform behind-the-scenes parallel computations on the GPU.
Platform: | Size: 166912 | Author: charlesw0100 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net