COM concepts and an overview of COM support in MATLAB.
Examples that show how to use COM interface with MATLAB.
Before using COM objects, you must register their servers.
如何创建 Microsoft 控件和 COM 服务器对象
Pass data to and handle data from a COM object.
List property names and set values, work with multiple objects and properties,
use the Property Inspector, use enumerated values and custom properties.
You execute, or invoke, COM functions or methods belonging to COM objects.
Respond to events, write event handlers.
Use registerevent to register server events.
Use these MATLAB functions to save and restore the state of a COM control
object.
Use COM interfaces.
COM collections are a way to support groups of related COM objects that can be iterated over.
COM client-server configurations in MATLAB.
Distributed Component Object Model (DCOM) is a protocol that allows clients to use remote COM objects over a network.