MATLAB COM Builder | ![]() ![]() |
Project Settings
Choosing New Project or Open Project from the File menu or Settings from the Project menu opens the appropriate Project Settings dialog box.
See Versioning for a description of Component name, Class name and Project version. Project directory is the location of any project output files.
You can choose to generate C or C++ code. Components written in C give better performance, while C++ components are more readable, making it easier for you to modify the generated code if needed.
If your models contain MATLAB Handle Graphics calls, select Use Handle Graphics library.
You can create a debug version of your compiled models and can specify verbose output when you invoke the MATLAB Compiler.
Adding or Removing Classes
MATLAB COM Builder allows you to have multiple classes per component. To add a new class to your component, enter the class name in the Class name field and click Add>>. The added class now appears in the Classes list.
To remove a class or classes from the component, select the class(es) from the Classes list and click Remove.
Note that any new classes become part of the newly built component. Removed classes are removed from the component on the subsequent build.
![]() | Help Menu | Component Information | ![]() |