フィルターのクリア

How can I solve dimension problem? Simulink

1 回表示 (過去 30 日間)
Hasan Atacan Tosun
Hasan Atacan Tosun 2022 年 5 月 26 日
回答済み: Walter Roberson 2022 年 5 月 27 日
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
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
Hasan Atacan Tosun 2022 年 5 月 26 日
I changed it to 1 and then -1 still the same error

サインインしてコメントする。

採用された回答

stozaki
stozaki 2022 年 5 月 27 日
The Logical operands input of the If block must be a scalar signal. It's a block specification.
Also, the output of the If block should be connected to the Action Subsystem. It is also a block specification.

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 5 月 27 日
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.

カテゴリ

Help Center および File ExchangeSources についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by