compiler.build.Results
Compiler build results object
Description
A compiler.build.Results object contains information about the
build type, generated files, support packages, build options, and dependencies of a
compiler.build function.
All Results properties are read-only. You can use dot notation to query
these properties.
With MATLAB® Compiler™, you can create standalone applications, Excel® add-ins, or web app archives.
With MATLAB Compiler SDK™, you can create 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.
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).
If you have a MATLAB Compiler SDK license, you can also create the following objects.
Create a C shared library using
compiler.build.cSharedLibrary(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create a C++ shared library using
compiler.build.cppSharedLibrary(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create a .NET assembly using
compiler.build.dotNETAssembly(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create a Java package using
compiler.build.javaPackage(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create a Python package using
compiler.build.pythonPackage(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create a production server archive using
compiler.build.productionServerArchive(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create an Excel add-in for MATLAB Production Server using
compiler.build.excelClientForProductionServer(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).Create a COM component using
compiler.build.comComponent(MATLAB Compiler SDK) (example (MATLAB Compiler SDK)).
Properties
Examples
Version History
Introduced in R2020b
See Also
compiler.build.standaloneApplication | compiler.build.standaloneWindowsApplication | compiler.build.webAppArchive | compiler.build.productionServerArchive (MATLAB Compiler SDK) | compiler.build.excelAddIn | compiler.build.comComponent (MATLAB Compiler SDK) | compiler.build.cSharedLibrary (MATLAB Compiler SDK) | compiler.build.cppSharedLibrary (MATLAB Compiler SDK) | compiler.build.dotNETAssembly (MATLAB Compiler SDK) | compiler.build.javaPackage (MATLAB Compiler SDK) | compiler.build.pythonPackage (MATLAB Compiler SDK) | compiler.build.excelClientForProductionServer (MATLAB Compiler SDK)