Why the first number is not displayed? [SIMULINK]

Screen Shot 2019-03-04 at 11.20.22 AM.png
Even if the variable block is connected to the workspace block the first value is not stored, why?

2 Comments

Note that the source block in the picture is FromWorkspace block, not a Constant block.
Thank you Fangjun noted with care :-)

Sign in to comment.

 Accepted Answer

For matrix formats, each row of the matrix has a time stamp in the first column and a vector containing the corresponding data sample in the subsequent column(s).

2 Comments

Could you elaborate with a short illustration? Is it because the starting sample time is zero? Is there anyway to show the first element?
You are using FromWorkspace block and specify the data as a row vector (or 1xn matrix). By definition, the data in the first column is time. Try
x=[0.1, 1:10;]

Sign in to comment.

More Answers (0)

Categories

Find more on Modeling 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!