getDefaultToolchain

Get DefaultToolchain name from registry

Syntax

tc_name = coder.make.getDefaultToolchain()

Description

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

Output Arguments

expand all

Toolchain name, specified as a character vector.

Data Types: char

Examples

tc_name = coder.make.getDefaultToolchain()
tc_name =

  1×56 char array

Microsoft Visual C++ 2013 v12.0 | nmake (64-bit Windows)

Related Examples

Was this topic helpful?