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

Search list

[ToolBarsvm465

Description: 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.-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.
Platform: | Size: 153600 | Author: 孙荣超 | Hits:

[Fractal programGP_Algorithm2.0

Description: G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) ----------------------------------- 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性-G-P method to calculate the correlation dimension of the Matlab program (upgrade version Files function, Ultrafast)----------------------------------- Update parts : the introduction of restrictions on temporary separation parameters so that the parameter is greater than the average cycle sequence, In addition to the same orbit around the point and makes a relatively small r, r ln- ln C (r) almost linear curve
Platform: | Size: 6144 | Author: billjie | Hits:

[Communication-Mobileldpc_decoder

Description: 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。-The use of Log-BP decoding algorithm for LDPC code simulation program is given a different signal to noise ratio and bit error rate under the packet error rate of the statistical map, using matlab and C (c-mex) procedures, respectively, to prepare, has a detailed description and notes .
Platform: | Size: 77824 | Author: 智钢 | 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:

[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:

[2D Graphicxml

Description: With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...) is a "fast" lowlevel interface to read single tags. Compiled mex-files for Linux & Windows. c-source included. Copyright (C) Peter Rydesä ter 2002, Mitthö gskolan, SWEDEN This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License.
Platform: | Size: 28672 | Author: aprist | Hits:

[matlabmatdemo

Description: matlab 和c或者c++ 接口程序,采用mex技术和matlab 计算引擎方式,可以提高matlab运行效率-matlab and c or c++ interface program using matlab calculation mex engine technology and methods can improve the operating efficiency matlab
Platform: | Size: 2048 | Author: 楚燕 | Hits:

[matlabMatlab_Support_Vector_Machine_Toolbox

Description: 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.
Platform: | Size: 126976 | Author: 张亚飞 | Hits:

[matlabCmex.pdf

Description: 使用C 语言编制Mex算法程序,对于提高算法的性能有很大帮助。 希望该文档能帮助大家进入matlab 和 c 语言之间互动的世界,也期待你编制更多的原创程 序奉献给研学论坛,尤其是混沌和分形版面-The use of C language algorithm Mex procedures, for improving the algorithm performance of much help. I hope the document will help us to enter the matlab and c language of interaction between the world, and also look forward to your program to produce more original Forum dedicated to research, especially the chaotic and fractal layout
Platform: | Size: 116736 | Author: 胡海峰 | Hits:

[BooksMATLABmixedprogramming

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books.
Platform: | Size: 12986368 | Author: 马段 | Hits:

[matlabSource_Code_Of_Guide_To_MATLAB_Mix_Programming

Description: 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" MATLAB and external program interface programming" with the source book, this book details MATLAB with C, C++, Excel, VB, Delphi, FORTRAN calls each method, allows us to provision of comprehensive utilization of traditional efficient way to implement the language and MATLAB function library powerful advantages, this book MEX and MAT files for, MATLAB engine, MATLAB C/C++ function library, Matcom have made a detailed introduction and examples, the book also introduced the final MATLAB serial interface.
Platform: | Size: 49152 | Author: | Hits:

[OtherCMATLABconnect

Description: VC运算速度较快,相对于matlab而言,编程较为烦琐,而matlab编程灵活,并且方很多工具箱,使用极为方便,但是matlab的M语言编写的仿真程序的仿真速度相对较慢。 C-MEX函数是基于C语言编写的C与matlab接口函数,是matlab应用程序接口的一个重要组成部分。通过它不但可以将现有的C语言编写的程序轻松地引入到matlab环境中使用,避免了重复的程序设计,而且可以使用C语言为matlab定制用于特定目的的函数(如为了保护算法设计等), 以完成在matlab中不易实现的任务。此外,更重要的一点,使用C语言编写的C-MEX函数可以有效地提高M灯matlab环境中数据处理速度和效率。 -VC computing faster, compared to matlab, the program is more cumbersome, but matlab programming flexibility, and a lot of side toolbox, use very convenient, but the M-language matlab simulation program written in a relatively slow simulation speed. C-MEX function is based on the C language interface written in C and matlab functions matlab application interface is an important component. It can not only be through the existing programs written in C language easily introduced into the matlab environment, to avoid the duplication of programming, and can be customized using the C language for matlab functions for specific purposes (such as algorithm design, etc. in order to protect ), Matlab in order to complete the task is not easy to achieve. In addition, more importantly, the use of C language written in C-MEX function can effectively improve the M light matlab environment, data processing speed and efficiency.
Platform: | Size: 4004864 | Author: CHANG | Hits:

[matlabmatlab_hello

Description: matlab hello world程序、windows对话框的mex程序,对于学习matlab混合编程很有帮助-matlab hello world programs, windows dialog mex program, very helpful for learning matlab Hybrid Programming
Platform: | Size: 33792 | Author: 陈永恒 | Hits:

[OthermexFunction_src

Description: Visual c++ 编写MEX程序,实现素数判断,然后再matlab中调用。练习混合编程有帮助-Visual c++ write MEX program implementation to determine prime numbers, and then call matlab. Practice mixed programming help
Platform: | Size: 5120 | Author: 刘殿金 | Hits:

[OtherMATLAB7X

Description: 本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。 本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。-This book introduces MATLAB 7.X version and other languages mixed programming method. Included in MATLAB, on paper import and export data in Windows and Linux Development C/C++ language MEX files in Windows and Linux development FORTRAN language MEX files in MATLAB, using dynamic link library file in C/C++ language call the MATLAB engine using MATLAB compiler, and how C/C++ programs compiled using mcc library functions in C++ program using the MATLAB-COM compiler generated COM components. This book can serve as the engineering colleges and universities teaching reference books, the vast number of scientific and technological workers essential reference book.
Platform: | Size: 14916608 | Author: 称臣 | Hits:

[matlabrnnsim

Description: RNNSIM ver. 1.0 is a program with an intercative graphical user interface (GUI) that runs under MATLAB ver. 5.0 or higher. The program can be used in training and testing the Random Neural Network(RNN) models. This version (ver. 1.0) implements only the 3 layer feed forward RNN model. In the next versions, the multi hidden layers and the recurrent RNN models can be implemented. To obtain faster training, the training section can be written as a MEX file and invoked from the GUI. If you have the m files in the directory rnnsim for example, then you can run the program following the next steps: 1- run MATLAB as usual 2- from the MATLAB command window, write cd rnnsim 3- from the MATLAB command window, write rnnsim- RNNSIM ver. 1.0 is a program with an intercative graphical user interface (GUI) that runs under MATLAB ver. 5.0 or higher. The program can be used in training and testing the Random Neural Network(RNN) models. This version (ver. 1.0) implements only the 3 layer feed forward RNN model. In the next versions, the multi hidden layers and the recurrent RNN models can be implemented. To obtain faster training, the training section can be written as a MEX file and invoked from the GUI. If you have the m files in the directory rnnsim for example, then you can run the program following the next steps: 1- run MATLAB as usual 2- from the MATLAB command window, write cd rnnsim 3- from the MATLAB command window, write rnnsim
Platform: | Size: 63488 | Author: hacen | Hits:

[OtherDiscreteoptimization

Description: 它包含了枚举法、蒙特卡洛法、线性整数规划、整数规划枚举法、整数规划隐枚举法、非线性整数规划、非线性整数规划图形工具、最小生成树kruskal算法、最短路dijkstra算法、最小生成树kruskal算法mex程序、最短路dijkstra算法mex程序和动态规划的代码。-It contains the matlab code of the enumeration method, Monte Carlo method, linear integer programming, integer programming, enumeration, integer programming, implicit enumeration method, non-linear integer programming, non-linear integer programming, graphical tools, kruskal minimum spanning tree algorithm, dijkstra shortest path algorithm, minimum spanning tree kruskal algorithm mex procedure dijkstra shortest path algorithm and dynamic programming mex program.
Platform: | Size: 32768 | Author: 温娟 | Hits:

[Communication-Mobileldpca

Description: matlab下LDPC的编解码程序,其中编解码是用Mex下的C写的,运行很快。希望对大家有用。-matlab program under the LDPC codec, which codec is written in C under Mex running quickly. Hope to be useful.
Platform: | Size: 5905408 | Author: 刘凌 | Hits:

[Documents功能强大的牛顿插值matlab程序代码1

Description: 功能强大的牛顿插值matlab程序代码,后续会更新基于C++的MEX和MAT的文件(Powerful Newton interpolation matlab program code, the subsequent updates will be based on the C++ MEX and MAT files)
Platform: | Size: 1024 | Author: 汉斯小木屋 | Hits:

[Other离散优化

Description: % 离散优化 % *enum - 枚举法 % *monte - 蒙特卡洛法 % *lpint (BranchBound)- 线性整数规划 % *L01p_e - 0-1整数规划枚举法 % *L01p_ie - 0-1整数规划隐枚举法 % *bnb18 - 非线性整数规划(在MATLAB5.3使用) % *bnbgui - 非线性整数规划图形工具(在MATLAB5.3使用) % *mintreek - 最小生成树kruskal算法 % *minroute - 最短路dijkstra算法 % *krusk - 最小生成树kruskal算法mex程序 % *dijkstra - 最短路dijkstra算法mex程序 % *dynprog - 动态规划(% Discrete Optimization % *enum - Enumeration % *monte - Monte Carlo method % *lpint (BranchBound) - Linear Integer Programming % *L01p_e - 0-1 integer plan enumeration % *L01p_ie - 0-1 Integer Programming Hidden Enumeration % *bnb18 - Non-linear integer programming (used in MATLAB 5.3) % *bnbgui - Non-linear integer programming graphics tool (used in MATLAB 5.3) % *mintreek - Minimum Spanning Tree Kruskal Algorithm % *minroute - shortest dijkstra algorithm % *krusk - minimal spanning tree kruskal algorithm mex program % *dijkstra - shortest dijkstra algorithm mex program % *dynprog - Dynamic Planning)
Platform: | Size: 34816 | Author: valen123 | Hits:
« 12 3 »

CodeBus www.codebus.net