User`s guide
Capabilities
A-3
Figure A-1: Creating a Stand-Alone COM Object with the MATLAB Compiler
The process of creating a MATLAB Excel Builder component is completely
automatic. The user supplies a list of M-files to process and a some additional
information, i.e., the component name, the class name, and the version
number. The build process that follows involves code generation, compiling,
linking, and registration of the finished component.
Figure A-2 shows the files created at each step in the entire process, from
compilation to registration of the final DLL.
Note If you are reading this document online, click on Steps 1 - 5 in the
figure for an explanation of what takes place at each specific point in the
process.
myclass
object
Imyclass
IDispatch
ISupportErrorInfo
MATLAB
Compiler
bar.m
foo.m
mycomponent_1_0.dll
M-files
IUnknown
User-supplied Information:
Class name: myclass
Component name: mycomponent
Version number: 1.0