qc_clean_libraries qc_get_default_target_type navigation bar

Table of Contents

qc_root

Returns the installation directory for QUARC.

Syntax

path = qc_root
    

Description

Returns the absolute path to the installation directory for QUARC, such as C:\Program Files\Quanser\QUARC.

Parameters

This function has no parameters.

Outputs

path

The full path to the installation directory.

Examples

path = qc_root;      % Returns the path to the installation directory for QUARC.
    

 

navigation bar