How to save indexes from a MATLAB figure in a matrix manually?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Malahat Mehraban
il 14 Giu 2021
Commentato: Malahat Mehraban
il 14 Giu 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 Commenti
Risposta accettata
Mario Malic
il 14 Giu 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Matrices and Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!