Start of trail qc_clean_model navigation bar

Table of Contents

qc_build_model

Builds the code for a model.

Syntax

qc_build_model(model) % Builds the code for the model
qc_build_model        % Builds the code for the current model
    

Description

Builds the code for a model. The active configuration set of the model determines the target for which the code is built. The generated code will automatically be downloaded to the target.

If no model is specified then the current model as returned by bdroot is used.

Parameters

model

A string indicating the name of the model to build. eg. 'q_a_lpbk'.

Outputs

This function has no outputs.

Examples

qc_build_model('q_a_lpbk'); % Builds the code for the q_a_lpbk model
    

See Also

 

navigation bar