External Interfaces/API | ![]() ![]() |
Initialize an ActiveX object from a file.
Syntax
load(h, filename)
Arguments
h
A MATLAB ActiveX object.
file
name
Returns
Description
load
initializes the ActiveX object associated with the interface represented by the MATLAB ActiveX object H
from a file. The file must have been created previously by serializing an instance of the same control.
Example
h = actxcontrol('MwSamp.mwsampctrl.1'); load(h, 'c:\temp\mycontrol.acx');
![]() | invoke | move | ![]() |