Effacer les filtres
Effacer les filtres

Splitting time series into segments

8 vues (au cours des 30 derniers jours)
Aimee Kate Darias-O'Hara
Aimee Kate Darias-O'Hara le 6 Juil 2020
Réponse apportée : dpb le 6 Juil 2020
I'm looking to create a plot which is divided into segments.
I have a matrix that looks like 'State_ID' 'Time' 'DD' 'SR' 'H'. State_ID runs from 1-26. I'm looking to create a plot which has a DD, SR, and H values across time on the x axis but divided into different colours or line types according to what the State_ID is?

Réponses (1)

dpb
dpb le 6 Juil 2020
Use findgroups to segregate the state groups and plot() over those group indices.
Converting the array to a table makes things neater and simpler as can then use varfun/rowfun and friends may be helpful

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by