Release COM interface
release(
releases the interface and
all resources used by the interface. Other interfaces on that object might still be
active.c
)
You must release the handle when you are done with the interface. A released interface is no longer valid. MATLAB® generates an error if you try to use an object that represents that interface.
To release the interface and delete the object, use the
delete
function.
COM functions are available on Microsoft® Windows® systems only.