External Interfaces Reference Previous page   Next Page
save (COM)

Serialize control object to file

Syntax

Description

h.save('filename') saves the COM control object, h, to the file specified in the string, filename.

save(h, 'filename') is an alternate syntax for the same operation.

Examples

Create an mwsamp control and save its original state to the file mwsample:

Now, alter the figure by changing its label and the radius of the circle:

Using the load function, you can restore the control to its original state:

See Also

load, actxcontrol, actxserver, release, delete


Previous page  release send Next page

© 1994-2005 The MathWorks, Inc.