Skip to content

Instantly share code, notes, and snippets.

@faoziaziz
Created July 2, 2022 09:58
Show Gist options
  • Select an option

  • Save faoziaziz/f1638a3afd1829205aba387f3371bc8c to your computer and use it in GitHub Desktop.

Select an option

Save faoziaziz/f1638a3afd1829205aba387f3371bc8c to your computer and use it in GitHub Desktop.
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