Read a Matrix variable in simulink

2 views (last 30 days)
I need to read a matrix variable from workspace in simulink, I am using the simin block but i have a problem with this, it shows me an error (Invalid workspace variable specified as workspace input in 'untitled1/From Workspace'. Time values must be monotonically increasing.), The question is: Which properties of this block (simin) or the matrix variable in workspace should I change to read it in simulink with the block correctly and operate with it (Multiply, Transpose....)?
  1 Comment
Kaustubha Govind
Kaustubha Govind on 10 Jul 2013
You need to double-click on the block and change the variable name from 'simin' to whatever the name in the workspace is.

Sign in to comment.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 9 Jul 2013
Use a constant block
  1 Comment
Tong Zhao
Tong Zhao on 4 Apr 2020
Awesome answer man! Although I can't explain why this works, but hey it works.

Sign in to comment.

More Answers (0)

Categories

Find more on Event Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!