Main Content

coder.make.getDefaultToolchain

Get DefaultToolchain name from registry

Description

example

tc_name = coder.make.getDefaultToolchain() returns the name of the default host toolchain based on the toolchain indicated by mex -setup.

Examples

Retrieve Name of Default Toolchain

To get the name of the default toolchain, run:

tc_name = coder.make.getDefaultToolchain()

Output Arguments

collapse all

Toolchain name, specified as a character vector.

Data Types: char

Version History

Introduced in R2016b