Why the first number is not displayed? [SIMULINK]
1 view (last 30 days)
Show older comments

Even if the variable block is connected to the workspace block the first value is not stored, why?
2 Comments
Fangjun Jiang
on 7 Mar 2019
Note that the source block in the picture is FromWorkspace block, not a Constant block.
Accepted Answer
Fangjun Jiang
on 6 Mar 2019
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
Fangjun Jiang
on 6 Mar 2019
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;]
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!