Table of Contents
qc_simulate_load_model
Simulates loading a model.
qc_simulate_load_model(model, arguments) % Simulate loading model with specified arguments qc_simulate_load_model(model) % Simulate loading model with external mode arguments qc_simulate_load_model % Simulate loading the current model with external mode arguments
Simulates loading a model. The specified model is opened. If the "-w" option is not specified then the model is run immediately in normal simulation. The following model arguments are recognized:
-w | = | simply open the model rather than running it (wait for start) |
-tf <time> | = | the final time, which is the time the model will stop |
model
A string indicating the name of the model to simulate loading. eg. 'q_a_lpbk
'. Use
MATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc('bdroot')arguments
A string containing the model arguments. These arguments will override the arguments specified for Code Generation.
This function has no outputs.
qc_simulate_load_model('q_a_lpbk'); % Simulate loading 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.