How to create subplots of findchangepts function?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohamed Nedal
le 24 Déc 2019
Modifié(e) : Armin Iravani
le 11 Jan 2022
Hello everyone,
I'm trying to plot several findchangepts plots as subplots in a single figure. I found it can't be done unfortunately.
Do you have any idea how to do so? any workaround?
Kindly check the attached .mat file. Here's what I need to plot.
subplot(3,1,1)
findchangepts(B,'MaxNumChanges',5);
subplot(3,1,2)
findchangepts(Bz,'MaxNumChanges',5);
subplot(3,1,3)
findchangepts(Dst,'MaxNumChanges',5);
0 commentaires
Réponse acceptée
Sean de Wolski
le 24 Déc 2019
Take a look at the find change points live task which will generate the code for you for the plot you're looking for. Copy and paste it into subplot (or tiledlayout!)
6 commentaires
Plus de réponses (1)
Armin Iravani
le 11 Jan 2022
Modifié(e) : Armin Iravani
le 11 Jan 2022
Hello,
the ischange function does not have two types of methods which findchangepts has such as 'rms' and 'std'. How to use subplot and findchangepts with these two methods?
thank you....
0 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D 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!