Main Content
coder.make.BuildConfiguration.keys
Class: coder.make.BuildConfiguration
Namespace: coder.make
Get all option names
Syntax
Out = h.keys
Description
returns a list
of all option names or keys in the build configuration.Out
= h
.keys
Input Arguments
Output Arguments
Examples
The intel_tc.m
file from Add Custom Toolchains to MATLAB® Coder™ Build Process, uses the following lines to display keys from the
BuildConfiguration
property:
tc = intel_tc
cfg = tc.getBuildConfiguration('Faster Builds');
cfg.keys
Version History
Introduced in R2013a