Create a standalone application for deployment outside MATLAB that does not launch a Windows command prompt
Caution
This function is only supported on Windows® operating systems.
compiler.build.standaloneWindowsApplication(
creates a standalone Windows only application using a MATLAB® function, class, or app specified by AppFile
)AppFile
. The
application does not open a Windows command prompt on execution, and as a result, no console output is displayed.
The executable file extension on Windows is .exe
.
compiler.build.standaloneWindowsApplication(
creates a standalone Windows application with additional options specified as one or more name-value pairs.
Options include the executable name, version number, and icon and splash images.AppFile
,Name,Value
)
compiler.build.standaloneWindowsApplication(
creates a standalone Windows application with additional options specified by a
opts
)compiler.build.StandaloneApplicationOptions
object
opts
. If you use a StandaloneApplicationOptions
object, you cannot specify any other options using name-value pairs.
This function is only supported on Windows operating systems.
The application does not open a Windows command prompt on execution, and as a result, no console output is displayed.
applicationCompiler
| compiler.build.standaloneApplication
| compiler.build.StandaloneApplicationOptions
| compiler.package.installer
| mcc