Compiler build results object
A compiler.build.Results
object contains the build type, files,
and build options of a compiler.build
function.
All Results
properties are read-only. You can use dot notation to query
these properties.
There are several ways to create a compiler.build.Results
object.
Create a standalone application using compiler.build.standaloneApplication
.
Create a standalone Windows® application using compiler.build.standaloneWindowsApplication
.
Create a web app archive using compiler.build.webAppArchive
.
Create a production server archive using compiler.build.productionServerArchive
(MATLAB Compiler SDK).
compiler.build.standaloneApplication
| compiler.build.standaloneWindowsApplication
| compiler.build.webAppArchive
| compiler.build.productionServerArchive
(MATLAB Compiler SDK)