Main Content

load

(To be removed) Initialize COM control object from file

load will be removed in a future release. For more information about COM control objects created with actxcontrol, see Compatibility Considerations.

Description

load(c,filename) initializes the COM object associated with the interface represented by the MATLAB® COM object c from the file specified by filename. The file must have been created previously by serializing an instance of the same control.

COM functions are available on Microsoft® Windows® systems only.

Input Arguments

collapse all

COM object, specified as a function handle.

File name, specified as a character vector.

Version History

Introduced before R2006a