External Interfaces/API | ![]() ![]() |
Serialize an ActiveX control object to a file.
Syntax
save(h, filename)
Arguments
h
A MATLAB ActiveX object.
Description
Save the ActiveX control object associated with the interface represented by the MATLAB ActiveX object H
into a file. filename
is the full pathname of the serialized data.
Example
h = actxcontrol('MwSamp.mwsampctrl.1'); save(h, 'c:\temp\mycontrol.acx');
![]() | release | send | ![]() |