MATLAB: Selecting and accessing 1 data in a timeseries object of 6 datas

simulinktimeseries

hi all.
How do I specify 1 data in a timeseries object of 6 datas from a .mat file in Simulink?
i created the .mat file to use the FromFile block, but how do i specify just 1 data and not all 6?
Thanks a lot!

Best Answer

I think you can not. Please refer to this post
The alternatives are:
1. Load the .mat file to workspace, then use the FromWorkspace block
2. Just save the data you need to the .mat file