Table of Contents
qc_get_languages
Returns a structure array of information about the languages available.
languages = qc_get_languages % get languages available
Returns a structure array of information about the languages available. Note that the values it returns may vary depending on the operating system or installed software. If no languages are available then an empty structure array is returned.
If an error occurs then a negative error code is returned in the err output. If no err output is specified then it throws a MATLAB exception instead.
This function has no parameters.
languages
A structure array containing languages available. It is empty if no languages are available.
languages = qc_get_languages; % Returns an array of languages available
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.