Assume I have an arbitrary nx1 array in the Matlab workspace. How can I import this array as a source into Simulink and use cyclic repetition to extend the data beyond its final value?
I know the ‘From Workspace’ block in Simulink, and saw that it has an option called ‘Cyclic repetition’. However if I want to use my nx1 array I get the error message “Invalid variable specified as workspace input”.