compiler.build.Results
Description
A compiler.build.Results
object contains information about the
build type, generated files, support packages, and build options of a
compiler.build
function.
All Results
properties are read-only. You can use dot notation to query
these properties.
For information on results from compiling C/C++ shared
libraries, .NET assemblies, COM components, Java® packages, Python® packages, MATLAB®
Production Server™ deployable archives, or Excel® add-ins for MATLAB
Production Server, see compiler.build.Results
(MATLAB Compiler SDK) for MATLAB
Compiler SDK™.
Creation
There are several ways to create a compiler.build.Results
object.
Create a standalone application using
compiler.build.standaloneApplication
(example).Create a standalone Windows® application using
compiler.build.standaloneWindowsApplication
(example).Create a web app archive using
compiler.build.webAppArchive
(example).Create an Excel add-in using
compiler.build.excelAddIn
(example).
Properties
Examples
Version History
Introduced in R2020b