Simulink 'To File' Block: How to save simulation outputs as distinct vectors

4 ビュー (過去 30 日間)
KostasK
KostasK 2019 年 10 月 18 日
回答済み: Fangjun Jiang 2019 年 10 月 19 日
Hi all,
How is it possible to save in simulink a bunch of simulation outpus in the same .mat file (using the 'To File' block), but with each variable being saved not as part of the same matrix but as distinct vectors?
For example, I currently use a Mux to bring 3 variables together into the same .mat file. All these 3 variables are then saved in a single matrix. I would like them to be saved distinctly as vectors (each with a name that I give them, either manually or taken from the simulation). Is this possible?
Thanks for your help in advance,
KMT.
P.S.
I would assume that the above would be possible if I could opt to save the data as a structure (as the documentation says) but for some reason this option is not available for me (I only have timeseries and array). I use 2018b version

採用された回答

Fangjun Jiang
Fangjun Jiang 2019 年 10 月 19 日
Use "To Workspace" block and then save those variables to a .mat file using "save" command.

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by