This example shows a real-time version of the Simulink® Van der Pol simulation model.
This model does not need any external signals, so it does not need any data acquisition hardware or driver. The model is useful for the first time that you work with Simulink Desktop Real-Time™ because you do not have to configure I/O hardware.
To switch to normal mode if needed, on the Simulation tab, select Normal mode.
To start the real-time execution, on the Simulation tab, click Run.
Observe any missed ticks on the Missed Ticks scope.
To start the real-time execution in external mode, on the Desktop Real-Time tab, click Run in Real Time. The model builds, connects to Simulink in external mode, and starts.
Observe that Missed Ticks is zero.
open_system(fullfile(matlabroot,'toolbox','sldrt','sldrtexamples','sldrtex_vdp'));
close_system(find_system(gcs ,'BlockType', 'Scope'));
clear close all bdclose all