Serialize COM control object to file
save(c,filename)
save(c,filename) saves COM control object to file specified by filename. The COM save function is only supported for controls.
c
filename
save
COM functions are available on Microsoft® Windows® systems only.
collapse all
COM object, specified as a function handle.
File name, specified as a character vector.
load