Created
July 2, 2022 09:58
-
-
Save faoziaziz/f1638a3afd1829205aba387f3371bc8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load("normal.mat"); | |
| time=normal(:,1); | |
| sinyal_ecg=normal(:,2); | |
| plot(time, sinyal_ecg); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment