Start of trail qc_build_libraries navigation bar

Table of Contents

quarc_setup

Sets up QUARC or removes QUARC from the current Matlab version.

Syntax

quarc_setup             % Setup QUARC
quarc_setup(install)    % Setup QUARC if install is true. Otherwise disable QUARC.
    

Description

Sets up QUARC by adding it to the Matlab path. It also performs other setup tasks to make QUARC fully functional in Matlab and Simulink. By passing an argument of false, QUARC will be removed from the Matlab path.

Parameters

install

Adds QUARC to the Matlab path if true. Otherwise removes QUARC from the Matlab path.

Outputs

This function has no outputs.

Examples

quarc_setup;          % Adds QUARC to the Matlab path and configures it
quarc_setup(false);   % Removes QUARC from the Matlab path
    

See Also

 

navigation bar