- 1、本文档共12页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
How to use COM Builder to create COM components?
Univariate Interpolation:
Background:
This example is created using the Akima’s Univariate Interpolation example posted by N.
Shyamsundar on MATLAB Central. You can download the original M-file from the following URL:
This example will walk you through how to create the COM component using MATLAB COM Builder and how to use this COM component in an external Microsoft Visual Basic Code independent of MATLAB.
How to create the component?
This section describes the prerequisites needed to use the component and how to see the component in use with the files provided with the package.
Pre-requisites
You need to have the latest release of MATLAB, version 6.5 (Release 13), installed on your machine. You will also need MALTAB Compiler version 3.0 and MATLAB COM Builder Toolbox version 1.1 installed. If you do not have any of these components and if you are under software maintenance you can download a 30-day trial for MATLAB Compiler or MATLAB COM Builder Toolbox by logging into the download section of The MathWorks, Inc. website at:
/mla/?/web_downloads/page1.html
If you do not have a license of the latest release of MATLAB and/or MATLAB Compiler and are not able to download the same, please contact your Sales Representative to assist you with this.
What’s included in the package
The example package consists of a self-extracting zip file called InterpCOMDemo.exe. This archive contains the following files:
The necessary elements to build the component:
UnivariateInterpolation.m - The MATLAB source code that is compiled into the component
VB directory containing the Visual Basic project that uses the COM component
Documentation – InterpDoc.doc
How to create the com component?:
From the MATLAB command prompt change directories to matlab\work. Enter the command
comtool to start the MATLAB COM Builder graphical user interface.
Figure 1: COMTOOL uer iterface
From the File menu select New Project. This opens the New Project Settings
文档评论(0)