Main Content

load

Initialize COM control object from file

Description

load(c,filename)initializes the COM object associated with the interface represented by the MATLAB®COM对象cfrom the file specified byfilename. 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对象, specified as a function handle.

File name, specified as a character vector.

Version History

Introduced before R2006a