Table of Contents
qc_get_version
Returns the QUARC version as a structure.
v = qc_get_version % Returns the QUARC version as a structure.
Returns a structure containing the QUARC version. The structure contains four fields:
major | = | the major version number |
minor | = | the minor version number |
release | = | the release number |
build | = | the build number |
revision | = | the revision number |
year | = | the year of the product date |
month | = | the month of the product date |
day | = | the day of the product date |
compiled | = | the date/time of compilation |
Use v = ver('quarc')
to get version information as strings, including the version string, product name and date.
This function has no parameters.
v
The structure containing the version information.
v = qc_get_version; % Returns the QUARC version as the structure
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.