How can I solve dimension problem? Simulink
显示 更早的评论
Hello everyone,
I am getting this error
" Error in port widths or dimensions. 'Output Port 1' of 'untitled/From29' is a one dimensional vector with 1369 elements."
saveV.mat size 1370x2 [time,Velocity]
saveACC.mat size 1370x2 [time,Acceleration]
both like,
0 3
1 5.9
2 4
. .
. .
. .
Also I do not know why size decreased from 1370 to 1369.



Thank you...
2 个评论
Walter Roberson
2022-5-26
Sample Time is not number of samples! It is related to the rate at which the block is considered to output samples.
Hasan Atacan Tosun
2022-5-26
采纳的回答
更多回答(1 个)
Walter Roberson
2022-5-27
0 个投票
You need to transpose the data in the file. The first row is the time stamps and rows after that are samples for that time. You have two times and 1369 values.
This is unlike From Spreadsheet, which treats the first column as time if I recall correctly.
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!