qc_get_valid_target_protocols qc_get_voices navigation bar

Table of Contents

qc_get_version

Returns the QUARC version as a structure.

Syntax

v = qc_get_version  % Returns the QUARC version as a structure.
    

Description

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.

Parameters

This function has no parameters.

Outputs

v

The structure containing the version information.

Examples

v = qc_get_version; % Returns the QUARC version as the structure
    

See Also

 

navigation bar