Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dll matlab
Search - dll matlab - List
DL : 0
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
Date : 2025-12-29 Size : 103kb User : 山城棒棒儿军

isight调用matlab接口进行优化的例子,希望对大家有帮助-isight call Matlab interface optimized for example, we hope to help
Date : 2025-12-29 Size : 1.25mb User : 张伟

没有采用短暂分离的方法的GP方法求关联维 G-P算法计算关联维的 Matlab 程序(mex版) 文件说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、correlation_interal.c - 计算关联积分的源代码文件 5. correlation_interal.dll-计算关联积分的mex文件 没有采用短暂分离的方法,该软件的C语言源文件使用的是路振波提供的 关联积分算法,在此说明和表示感谢! mex文件为matlab7.0版本,使用VC6.0的c语言编译器编译。 -not adopt short-term separation of the GP method for the correlation dimension G-P method to calculate the correlation dimension of Matla b (Mex version) documents : 1. GP_Algorithm_main.m-2 main document procedures, LorenzData.dll- Lorenz have three discrete data, normalize_1.m-after all, one of the four, correlation_interal.c-calculated correlation integral source code documentation 5. corr elation_interal.dll-calculated the correlation integral Files document does not adopt short-term separation The method, the software in C language source document used by Lu Zhen-bo is the correlation integral algorithm, In this note and expressed thanks! Matlab7.0 Mex version of the document, use Visual C language compiler compiler.
Date : 2025-12-29 Size : 7kb User : 许小可

C#调用MATLAB的程序,要求系统装有framework库和matlab运行时库,drawgraph.m 为matlab,要事行用matlab编译成一个.dll,源码中提供的入在Bin/debug下面.-MATLAB procedures, System requirements with the framework and Matlab runtime library, drawgraph.m of Matlab, important trip with a Matlab compiled. dll. The source provided income Bin/debug below.
Date : 2025-12-29 Size : 362kb User : lyf

Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Date : 2025-12-29 Size : 64kb User : vipjvs

Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the library is loaded into memory and made accessible to all applications.
Date : 2025-12-29 Size : 19kb User : vipjvs

matcom演示程序,转载调试说明: 1.如果直接运行exe文件,只须将ago4501.dll和v4501v.dll加入相应的 release目录即可. 2.如果需要在VC6.0环境下测试,可按如下步骤进行. 1)从workspace中删除v4501v.lib,通过project->add to project->files 重新加入v4501v.lib. 2)编译连接后,将ago4501.dll和v4501v.dll加入release目录.运行程序即可. 注意: 1)v4501v.lib,ago4501.dll和v4501v.dll都放在lib目录下. 2)jpg目录下为文档编辑所需要的图片,如需重新排版,可参考使用。-Matcom demo program, reproduced debugging: 1. If directly run exe files, simply by adding ago4501.dll and v4501v.dll corresponding release directory can be .2. If you need VC6.0 environment testing, may proceed as follows to .1) from the workspace to delete v4501v.lib, through project-
Date : 2025-12-29 Size : 3.17mb User : dxqzyc

DL : 1
在Matlab中读取 MIT-BIH数据库中的ECG信号的函数-Matlab read in the MIT-BIH database function ECG signal
Date : 2025-12-29 Size : 3kb User : 王磊

DL : 0
仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形 附加文件 MFC71u.dll,mfc71ud.dll MFC支撑库文件 编译器构造(编译原理,BNF范式,YACC和FLEX) 解释器构造(C语言,面向过程,分层架构) 主界面构造(MFC库,Windows程序设计,进程调用,面向对象,类的模块化等) 绘图程序构造(OpenGL,MFC库,Windows程序设计,C++,STL等) -err
Date : 2025-12-29 Size : 1.41mb User : 乔松

DL : 0
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
Date : 2025-12-29 Size : 2mb User : liao

DL : 0
vb与matlab混合编程的例子,COM+DLL,非常详细-vb and matlab examples of mixed programming, COM+ DLL, a very detailed
Date : 2025-12-29 Size : 2.76mb User : 周俊

介绍了vc++6.0调用matlab7 DLL的方法-Vc++6.0 introduced matlab7 DLL method calls
Date : 2025-12-29 Size : 1.82mb User : 李文博

DL : 0
数据曲线移动量提取器 1.作图模块是用MFC自己编写的,调用MATLAB进行数据曲线的多项式拟合。 2.可以提取两根曲线间的偏移量:) 3.双击运行,如果提示“libeng.dll找不到”可能是机器上没装MATLAB 4.建议使用MATLAB6.5以上版本。 5.具体使用方法可以看程序的“帮助”项:) -Extraction of data curve mobile device 1. Graphing module is written in MFC itself, call MATLAB data polynomial curve fitting. 2. Can extract the offset between the two curves:) 3. Double-click to run, if you are prompted " libeng.dll not found" may be installed on the machine without MATLAB 4. Recommended MATLAB6.5 above. 5. Specific programs can be seen to use the " Help" item:)
Date : 2025-12-29 Size : 200kb User : hxysk

DL : 0
matlab language testcox.d-matlab language testcox.dll
Date : 2025-12-29 Size : 95kb User : enlonghu

matlab 文件转dll,以matlab2009b和vc++2008为例,并且有详细的vc++程序测试dll的过程-the matlab file transfer dll, to matlab2009b and vc++2008, for example and test dll detailed vc++ program
Date : 2025-12-29 Size : 292kb User : ff

matlab下载用到的激活文件,实在不知道怎么藐视-matlab download activation files used, it is not to know how contempt
Date : 2025-12-29 Size : 613kb User : Tulane

基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
Date : 2025-12-29 Size : 1.41mb User : gewenyi15

DL : 0
zemax = connectZMX('C:\users\XXX\Documents\Zemax\ZOS-API\Libraries\ZOSAPI_NetHelper.dll') 这个connectZMX函数需要文件ZOSAPI_NetHelper.dll的绝对路径。 如果你安装的是默认位置,函数会自动找到,如果函数无法自动找到,需要传递给它。(Zemax = connectZMX (' C: \ users \ \ Documents \ zemax XXX \ \ Libraries \ ZOSAPI_NetHelper ZOS - API DLL ') This connectZMX function requires the absolute path of the file ZOSAPI_NetHelper. DLL. If you install the default location, the function is automatically found, and if the function cannot be found automatically, it needs to be passed to it.)
Date : 2025-12-29 Size : 1kb User :

油菜籽粒图像分割 Matlab函数,可用包装成matlab dll在.net中调用该库(The Matlab function of rapeseed image segmentation can be packaged into Matlab DLL to call the library in.Net)
Date : 2025-12-29 Size : 154kb User : aedes

DL : 0
蚁群算法的光伏发电模型的MATLAB仿真(the ant of PV to matlab)
Date : 2025-12-29 Size : 64kb User : RBanner
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.