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

조회 수: 4 (최근 30일)
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 CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by