How to declare and use arrays in Stateflow?

6 views (last 30 days)
Daniel
Daniel on 14 Oct 2016
Commented: Preethi on 14 Oct 2016
Hello.
I know this is really simple question.
How do i declare an array in Stateflow? If I use: Arr[i] = number;
I got syntax error. "Parse error: Unbalanced or unexpected paranthesis or bracket".
Should i use ( ) insted of []?
Then i got: " There is not full assignment to data 'Arr' in chart even through it is used here. Note that element-wise assignment, like "y(1) = 1", does not count ass a full assignment".

Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!