How to save indexes from a MATLAB figure in a matrix manually?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Malahat Mehraban
le 14 Juin 2021
Commenté : Malahat Mehraban
le 14 Juin 2021
Hello everyone,
I have an ECG signal that I should find its R-peaks by an R-peak detection algorithm.
At the first, I want to acquire the peaks' indexes by clicking on the point and then saving all the indexes in a matrix. Is it possible to guide me on how to select the points manually and save their indexes?
After creating the matrix, I want to compare the algorithm results to the manual results.
0 commentaires
Réponse acceptée
Mario Malic
le 14 Juin 2021
Hello,
Here's an extensive answer by Adam that should cover everything you might need with the datatips (if you are able to create those on your figure). Otherwise see the CurrentPoint property. Sorry, I can't provide an example for this.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrices and Arrays 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!