MATLAB COM Builder | ![]() ![]() |
Overview |
Describes the integration of MATLAB COM Builder components into Visual Basic. |
Adding Class Properties to COM Builder Objects |
Describes class properties, which allow an object to retain an internal state between method calls. |
Adding Events to COM Builder Objects |
Describes how you can turn a MATLAB function into an event function. |
Creating an Instance of a Class |
Describes two techniques for calling a class method (compiled MATLAB function). |
Calling the Methods of a Class Instance |
Describes how you call the class methods to access the compiled MATLAB functions. |
Processing varargin and varargout Arguments |
Describes how you can pass multiple arguments as a varargin array by creating a Variant array, assigning each element of the array to the respective input argument. |
Handling Errors During a Method Call |
Describes the Visual Basic exception handling capability. |
Modifying Flags |
Describes array formatting and data conversion flags. |
![]() | Component Information | Overview | ![]() |