Table of Contents
qc_build_model
Builds the code for a model.
qc_build_model(model) % Builds the code for the model qc_build_model % Builds the code for the current model
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
MATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc bdrootmodel
A string indicating the name of the model to build. eg. 'q_a_lpbk'
.
This function has no outputs.
qc_build_model('q_a_lpbk'); % Builds the code for the q_a_lpbk model
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.