Getting Started with the %COMPONENT_NAME% COM Component

The Library Compiler in MATLAB® Compiler SDK™ creates Microsoft® COM components that can be integrated with applications written in COM. You can use this guide to set up your environment.

Location of Installed COM Component Files

View %COMPONENT_NAME% Files

Prerequisites

Install and Configure the MATLAB Runtime
Complete this step only if you have not installed the MATLAB Runtime while installing the component.

Installing COM Components

At the system terminal, type:
regsvr32 %COMPONENT_NAME%_1_0.dll 

Additional Resources

COM Component Integration