myobj =
myDeployedModule.initialize() initializes a package consisting
of one or more deployed MATLAB® functions.
The return value is used as a handle on which any of the functions
can be executed.
This example shows how to create a handle to a package
named myDeployedModule. This handle
is then used for calling a deployed MATLAB function called makesqr.