Table of Contents
qc_get_compilers
Returns a cell array of valid compilers for the given target type.
list = qc_get_compilers(target_type) % get compilers for specified target list = qc_get_compilers % get compilers for default target
Returns a cell array of strings containing valid compilers for the given target type. If no target type is provided then it uses the default target type. Note that the values it returns may vary depending on the version of MATLAB and which compilers are actually installed on the system.
target_type
An optional string argument containing a valid QUARC target type e.g. 'linux_verdex'.
list
A cell array of strings containing valid compilers for the given target type.
list = qc_get_compilers('linux_verdex'); % Returns a list of valid compilers for the linux_verdex target
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.