modelel_convertforc¶
MODELEL_CONVERTFORC - Convert a modelel structure into a format that can be parsed by the C++ implementation
MODELELOUT = MODELEL_CONVERTFORC(MODELEL, VARS)
Converts the structure representation that is used for
MATLAB (see help MODELEL) into a format suitable for
C++.
VARS is the list of state variables to track. It is expected that
this is in the same format as the argument to modelel_run:
{'modelrunstruct.Model_Initial_Structure(1).T'}