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

Search list

[Windows Developmatlab engine vc++

Description: 采用matlab的engine实现matlab与vc的混合编程,供大家共享.-using Matlab and Matlab engine vc achieve the mixed programming, for everyone to share.
Platform: | Size: 67971 | Author: adan | Hits:

[VC/MFCVC++调用MATLAB实现的虚拟仪器.pdf

Description: 介绍了一种通过matlab提供的engine引擎及其类库实现Visual C++对matlab调用的方法,通过对二进制数据文件的数组转换,调用matlab对数据进行波形处理、频谱分析以及功率谱密度分析,同时提供一些图形处理工具以方便用户更方便的进行数据分析。
Platform: | Size: 108205 | Author: mattlee | Hits:

[Mathimatics-Numerical algorithmsengdemo

Description: VC调用matlab引擎(因为类别当中没有此类,所以放到了数值计算)-VC call Matlab engine (because no such category, put a numerical calculation)
Platform: | Size: 176128 | Author: 梁海平 | Hits:

[Windows Developp333333

Description: 关于vc和matlab接口的资料matlab大观园有不少文字介绍,大家可以方便地获得参考。为 加深大家的理解,我给大家提供一个简单的例子作为感性认识本文只介绍用引擎接口方式 ,这对于Simulink与vc接口尤为重要。-on vc Matlab and Matlab interface information herald many words, we can facilitate access to information. To enhance the understanding, I will give you a simple example perceptions as presented in this paper only way interface with the engine, which Simulink and vc interface is particularly important.
Platform: | Size: 53248 | Author: wei | Hits:

[Othermatlabsin

Description: 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
Platform: | Size: 105472 | Author: 山城棒棒儿军 | Hits:

[Windows Develop(用)VC调用matlab engine示例

Description: 这是教你如何在VC里调用matlab的文档和源程序-The document and source code to tell you how to load matlab engine using VC.
Platform: | Size: 2023424 | Author: 安秋 | Hits:

[Windows Developmatlab engine vc++

Description:
Platform: | Size: 67584 | Author: adan | Hits:

[OtherVC调用matlab示例

Description: 一步步学如何使用VC调用matlab engine编程 -a learning step by step how to use the Matlab engine called VC program
Platform: | Size: 133120 | Author: 付朝霞 | Hits:

[WaveletvcFFT

Description: 这是本人写的用vc6.0调用matlab6.5的一个程序(使用matlab引擎),实现用FFT分析复谐波信号频谱,并调用matlab来显示最终的频谱。希望对各位有点帮助。也欢迎各位提意见。 matlab位于c:\matlab6p5 操作系统是:windows2000 -I write this is the call matlab6.5 vc6.0 with a procedure (using Matla b engine) to achieve using FFT analysis Minute harmonic signal spectrum, and calls to Matlab end of the spectrum shows. You want a bit of help. You are welcome to make suggestions. Matlab is located at c : \ matlab6p5 operating system is : windows2000
Platform: | Size: 10240 | Author: caozhui | Hits:

[OS programMatlabEngine_link

Description: VC调用matlab的典型编程,采用matlab引擎的方法,成功实现了Vc对matlab的调用。并且做了可视化的界面。把程序中的main_edgelink2换成自己要调用的matlab程序-VC typical call Matlab programming using Matlab engine, the successful implementation of the Vc Matlab call. Done a visual interface. The procedures main_edgelink2 replaced by themselves to the calling procedure Matlab
Platform: | Size: 35840 | Author: 无梦 | Hits:

[OtherMatlabSharedLib_demo

Description: 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.
Platform: | Size: 65536 | Author: vipjvs | Hits:

[Othervc-matlab

Description: 要在VC中成功编译Matlab引擎程序,必须包含引擎头文件engine.h并引入Matlab对应的库文件libmx.lib、libmat.lib、libeng.lib-VC to successfully compile Matlab engine procedures, must include the engine header files engine.h and the introduction of the corresponding Matlab library files libmx.lib, libmat.lib, libeng.lib
Platform: | Size: 26624 | Author: 海德 | Hits:

[VC/MFCmatlab+vc+network

Description: 介绍了用vc++调用matlab引擎库函数的方法,利用这种方法在应用软件开发过程中既能发挥vc++强大的界面开发功能,又充分利用了matlab的复杂运算和处理能力,并把这一技术应用于神经网络程序的设计,取得了很好的效果。-Introduction by vc++ Call matlab engine library function, using this method in the application of the software development process can play vc++ Powerful interface development function, matlab full advantage of the complexity of computing and processing capability, and the technology used in neural network design process, and achieved very good results.
Platform: | Size: 86016 | Author: luhui | Hits:

[Othervc-matlab

Description:
Platform: | Size: 142336 | Author: 雷霆强 | Hits:

[Picture ViewerGetBMPPic

Description: MATLAB和VC++混合编程实现BMP图像的读取显示,VC++为主要平台,中间调用MATLAB引擎,执行MATLAB语句,将读取的BMP数据显示出来。-MATLAB and VC++ Matlab read BMP images show, VC++ As the main platform, called intermediate MATLAB engine, the implementation of MATLAB statements will read BMP data displayed.
Platform: | Size: 5089280 | Author: yinwk | Hits:

[matlabhunhebianma

Description:  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programming capacity and computing power together. Analysis of the C language and MATLAB7. X in the interface characteristics described in detail VC++ 6. 0 and MATLAB7. X mixed programming in three ways: MATLAB engine, MATLAB Compiler and MATLAB COM compiler
Platform: | Size: 278528 | Author: 胡辉 | Hits:

[matlabMATLABandVC

Description: MA11AB与VC++混合编程,开发了水轮机综合特性曲线数据处理系统。该系 统利用VC++友好的界面编程对水轮机综合特性曲线已知区域数据进行提取,使用MATLAB 搜索引擎调用RBF人工神经网络库对提取数据进行拟合并结合边界约束条件对未知区域内的 数据进行预测-MA11AB with VC++ mixed programming, developed the turbine characteristic curve of integrated data processing system. The system uses VC++-friendly programming interface integrated characteristic curve of the turbine region are known to extract data, using MATLAB search engine called RBF artificial neural network to extract data from the Treasury to be bound by the conditions of the merger combined with the border region of the unknown data Forecast
Platform: | Size: 279552 | Author: ws | Hits:

[Windows DevelopVC-MATLAB

Description: VC和MTALB混合编程的例子,调用matlab engine。-VC and MTALB examples of mixed programming, call matlab engine.
Platform: | Size: 266240 | Author: 杨旭 | Hits:

[matlabVCMATLABEngine

Description: VC++调用MATLAB Engine,实现数值算法应用-VC++ to call MATLAB Engine, the application of the realization of numerical algorithm
Platform: | Size: 10240 | Author: 贾硕 | Hits:

[matlabMatlab_VC

Description: By analyzing characteristics of Matlab and Visual C++,the advantages of applying the Matlab and Visual C++ interface to develop application program is presented. On basis of comparing with the other interface methods ,the advantages and disadvantages of several common interfaces are studied,and the most functions provided by Matlab engine is proved to be comprehensive. An example showing the combination of Matlab and VC in image and data processing is proposed
Platform: | Size: 873472 | Author: serkant | Hits:
« 12 3 4 »

CodeBus www.codebus.net