Syntax

rtobj.createRTDB(arg)

Description

createRTDB is a method of the simwb.rtobj object. This method will create a RTDB for a Simulink model. The RTDB is in the form of an ASCII file with the name signal.db which will be created in the current working directory. The creation of the RTDB for a Simulink model is influenced by the SWprefix option. The RTDB maps Simulink sources and sink blocks to RTDB variables, and also to external hardware via these RTDB variables.

The SWprefix can take one of the following values:

See also:

     SimWB Target Configuration Tool

Example: rtobj_createRTDB.m