How to save indexes from a MATLAB figure in a matrix manually?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Malahat Mehraban
am 14 Jun. 2021
Kommentiert: Malahat Mehraban
am 14 Jun. 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 Kommentare
Akzeptierte Antwort
Mario Malic
am 14 Jun. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!