Simulink For Each Subsystem Block Issues

3 views (last 30 days)
I have a 12x12 matrix that I need to process each row the same way. I would like to use the For Each Subsystem block but cannot figure out how to dimension things properly on the For Each block. I want to process each row, then move onto the next row, etc. and then store the output for each computation in a unique element of a vector.

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 19 Jan 2017
See screen capture and the attached model.
  2 Comments
Mark Ekblad
Mark Ekblad on 19 Jan 2017
Thanks, this does solve my issue but I was trying to use the For Each Subsystem block, but this works!
Mark Ekblad
Mark Ekblad on 19 Jan 2017
How can I debug since at one time step the iterator runs too fast to see intermediate results?

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!