Saving Multiple Values in a single time step in Simulink.

3 ビュー (過去 30 日間)
Hammad
Hammad 2020 年 5 月 11 日
コメント済み: Mehmed Saad 2020 年 5 月 11 日
I need to run simulation for 1 second.
Sampling time is 0.1 second, So, there are 10 time steps in total.
I have a for-iterator in my model, it iterates from 1:5. therefore, in a single time-step it outputs i=1,i=2,i=3,i=4,i=5.
I neend to save the results of my model at i=1, i=2 i=3, i=4 and i=5 in every time instant.
So, there will be 50 values to be saved.
Is there any way to achieve this?
currently, I can use 'to workspace block" but it only saves values at i=5 in each time step.

採用された回答

Mehmed Saad
Mehmed Saad 2020 年 5 月 11 日
編集済み: Mehmed Saad 2020 年 5 月 11 日
store all the values you have in for loop in an array and save that array using to workspace block
see the example project
  2 件のコメント
Hammad
Hammad 2020 年 5 月 11 日
This model seems to be of simulink version 2019a, I am not able to open it in 2018b.
Mehmed Saad
Mehmed Saad 2020 年 5 月 11 日
see the updated attachment

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by