From Workspace Block
From Workspace Block
(OP)
Is there a way to import a matrix from the workspace and preserve it matrix'ness?
I am trying to use the "From Workspace" block but it wants a structure-with-time format and I need it in matrix format for the Assignment or Selector block. Ultimately, I want to access a particular element of a matrix using dynamic counters for each time step.
Sorry if this is a silly question, I am a newbie.
Thanks!
I am trying to use the "From Workspace" block but it wants a structure-with-time format and I need it in matrix format for the Assignment or Selector block. Ultimately, I want to access a particular element of a matrix using dynamic counters for each time step.
Sorry if this is a silly question, I am a newbie.
Thanks!





RE: From Workspace Block
You can also put one constant block for every element of the matrix into your model.
I hope this helps.
Bye