ECG signal in my GUI
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to make an ECG simulator in MATLAB GUIDE. How can i see running ECG signals in my GUI. I do not want plot, drawnow or comet function because they will not help me plot waveforms as exactly we seen in an ECG machine.
A sample ecg simulator link https://www.skillstat.com/tools/ecg-simulator
0 Kommentare
Antworten (1)
Rik
am 6 Mär. 2018
Bearbeitet: Rik
am 6 Mär. 2018
If you don't want to use those functions, you'll have to generate an image, which will be very slow.
A good idea might be to use plot to plot the signal itself, set the graphics the way you want them, and simulate movement by changing the xlim. That way you can create the loop. You can also just delete the line object plot returns and replot that every loop.
2 Kommentare
Siehe auch
Kategorien
Mehr zu ECG / EKG 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!