adding array into simulink
2 views (last 30 days)
Show older comments
Hi, I created an array in the command line and I want to use it in Simulink. for example, the array looks like:
ans =
0 0 0 1 1 1
0 1 1 0 0 1
1 0 1 0 1 0
1 1 0 1 0 0
I want to use that array in Simulink like a block or module. I do not know how to access to the columns or rows in specific condition. for example, at specific timing to read column number 3 or 4 and so on.
Is there any simple way to do so ?
Thanks, Henry
0 Comments
Accepted Answer
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!