Wrong sized array from "To workspace"
7 ビュー (過去 30 日間)
古いコメントを表示
Hello!
I am interested in using several arrays in a Matlab code. Thus, I used the "to workspace" block to convert signal values to arrays. I used the settings:

However, for some reason, I got two arrays with different dimensions:
What should I do to have correctly sized arrays?
3 件のコメント
Paul
2023 年 7 月 17 日
I think that, unless the To Workspace block is actually inside a conditionally executed subsystem, the only thing that matters is the sample time of the signal input to the To Workspace block, becasue the Sample time paramater of the To Workspace block is set to -1 (inherited).
採用された回答
Sulaymon Eshkabilov
2023 年 7 月 17 日
Are you using a variable step solver in your model? If so, you'd need to change it to a fixed step solver.
3 件のコメント
その他の回答 (1 件)
Ali Hussein Numan
2025 年 7 月 16 日
Use fixed step solver instead of variable step solver. The data to workspace will be with the same lengnth
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!