Error with variable-size data in Atomic Subcharts

1 view (last 30 days)
I have a stateflow chart that contains an atomic subchart. In the atomic subchart I have a variable-sized array. When I try to run my model I receive the following error "Variable-size arrays are not allowed when a chart is used as an atomic subchart inside another chart. The presence of data 'local_variable_size' is therefore illegal." .
Why am I getting this error?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 19 Apr 2019

This error is the result of an atomic subchart limitation. Atomic subcharts do not support variable-size arrays, to avoid this error please specify an array size.

More Answers (0)

Categories

Find more on Complex Logic in Help Center and File Exchange

Tags

No tags entered yet.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!