timeseries data to MATLAB variable

13 visualizzazioni (ultimi 30 giorni)
JOB
JOB il 24 Dic 2018
Modificato: JOB il 28 Dic 2018
The Simulink model generates a timeseries data that is saved in workspace, how to save a specific column of this to an array in MATLAB?
  4 Commenti
Walter Roberson
Walter Roberson il 25 Dic 2018
Suppose ts is a timeseries, then ts.Data is the full data of the timeseries antd ts.Time is the time values. You can, for example,
ts.Data(:,5000:end,:)
JOB
JOB il 28 Dic 2018
Modificato: JOB il 28 Dic 2018
Thank you, but ts.Data is not working in time series, though useful in structures. I solved the issue by changing the output block properties into array.

Accedi per commentare.

Risposte (1)

bushra raza
bushra raza il 24 Dic 2018
Hi,
convert your timeseries data to timetable.
you need to study "timetable" in Matlab.
Cheers,
  1 Commento
JOB
JOB il 28 Dic 2018
Modificato: JOB il 28 Dic 2018
Thank you, but converting one form to another was a problem, I solved the issue by changing the output block properties into array.

Accedi per commentare.

Categorie

Scopri di più su Time Series in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by