Create a standalone application for deployment outside MATLAB
compiler.build.standaloneApplication(
creates a deployable standalone application using a MATLAB® function, class, or app specified by AppFile
)AppFile
. The
executable file extension is determined by your operating system.
compiler.build.standaloneApplication(
creates a standalone application with additional options specified as one or more name-value
pairs. Options include the executable name, help text, and icon image.AppFile
,Name,Value
)
compiler.build.standaloneApplication(
creates a standalone application with additional options specified by a
opts
)compiler.build.StandaloneApplicationOptions
object
opts
. You cannot specify any other options using name-value
pairs.
applicationCompiler
| compiler.build.StandaloneApplicationOptions
| compiler.build.standaloneWindowsApplication
| compiler.package.installer
| mcc