Clear Filters
Clear Filters

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

1 view (last 30 days)
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!

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 22 Jun 2011
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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!