Main Content

coder.make.ToolchainInfo.getSupportedLanguages

Class: coder.make.ToolchainInfo
Namespace: coder.make

Get list of supported languages

Syntax

lng_list = h.getSupportedLanguages

Description

lng_list = h.getSupportedLanguages returns the list of supported code generation languages for the current toolchain.

Input Arguments

expand all

A coder.make.ToolchainInfo object, specified using an object handle, such as h. To create h, enter h = coder.make.ToolchainInfo in a MATLAB® Command Window.

Output Arguments

expand all

List of supported languages, returned as a cell.

Attributes

statictrue

To learn about attributes of methods, see Method Attributes.

Examples

ans = h.getSupportedLanguages
ans = 

    'Asm/C'    'Asm/C++'    'Asm/C/C++'    'C'    'C++'    'C/C++'

Version History

Introduced in R2013a