qc_get_default_target_type qc_get_default_model_copy navigation bar

Table of Contents

qc_set_default_target_type

Sets the default target type for QUARC.

Syntax

qc_get_default_target_type(target_type)
    

Description

Sets the default target type for QUARC. The default target type is the type of target that QUARC assigns to new models, such as the Windows target or QNX x86 target. This default may be retrieved using qc_get_default_target_type. The default setting is persistent across Matlab sessions. This function also calls qc_set_options to set the default options to the new target type.

Parameters

target_type

A string containing the new default target type. It must be a valid target type from the list returned by qc_get_target_types.

Outputs

This function has no outputs.

Examples

qc_set_default_target_type('windows'); % Sets the default target type for QUARC to 'windows'
    

See Also

 

navigation bar