From: checker i on
Hello,

I am trying to access total row of a matrix in stateflow. In matlab I know we can say

If A=5x5 matrix
A(1,:) will give me the total first row.

I tried to do the same in stateflow, A[0][0:4] and I am getting errors when I do that 'Syntax error occured for data'.
I looked at the help on stateflow, all the examples only show on how to access elements out of an m*n matrix. I couldn't find an example accessing a row or a colulmn.
I appreciate any kind of help.
Thanks.
 | 
Pages: 1
Prev: Modeling data
Next: wind turbine simulation