Thank you for the solution. I had solved my problem just two days before by using the signal from workspace block from the DSP blockset and setting it to frames (rather than samples) and a specified frame size. I had previously tried "From workspace" but not signal from workspace.
Hi..
I have a similar question. But my input array is very large. I have 661419 elements that I am trying to break into blocks of 5 elements each and send each frame of the 5 elements as input to an encoder block. My biggest problem is breaking the huge 1D array into frames that have 5 elements...