Main Content

matlabshared.targetsdk.Toolchain Class

Namespace: matlabshared.targetsdk

Toolchain configuration

Description

Use the Toolchain class to specify the tools used for building an application to run on hardware.

Creation

H = matlabshared.targetsdk.Toolchain(toolchainName) creates a Toolchain object H and sets the Name property to toolchainName.

Input Arguments

expand all

Name of toolchain, specified as a character vector or string scalar.

This argument sets the Name property as a character vector.

Data Types: char | string

Properties

expand all

Name of Toolchain object, specified as a character vector or string scalar.

Data Types: char | string

Build configurations, specified as a cell array of handles to BuildConfiguration objects.

Data Types: cell

Methods

expand all

Version History

Introduced in R2015a