create a real-凯发k8网页登录
a simulink® model is a graphical representation of your physical system. you create a simulink model for a non-real-time simulation of your system, and then you use the simulink model to create a real-time application.
open the model
this example uses sldrtex_model
. to open this model, in the matlab® command window, type:
open_system('sldrtex_model')
note: you cannot run a simulink® desktop real-time® model in rapid accelerator mode.
run the model
to run sldrtex_model
in connected io mode:
to run sldrtex_model as a real-time application:
close the model
to close the model, in the matlab command window, type:
bdclose("all");