How to load and display the ECG data file(.dat/.mat files) in MATLAB

조회 수: 8 (최근 30일)
SHRUTHI k
SHRUTHI k 2015년 8월 31일
댓글: Richard Dumenu 2021년 3월 28일
Hi..I am new to the concept of signal processing on ecg signals.I seek help for how to load and display the ecg data files (.dat or .mat files) into matlab. Hope anyone help me soon. Thank u in advance.

채택된 답변

Abdul Hai
Abdul Hai 2016년 10월 8일
편집: Walter Roberson 2016년 10월 8일
load('300m.mat');
a=(val(1,:));
figure;
plot(a);
  댓글 수: 2
Maarouf Habli
Maarouf Habli 2021년 1월 4일
Can you please send me the 300m.mat file ? Or as a text to put on matlab program ?
Richard Dumenu
Richard Dumenu 2021년 3월 28일
The solution you have provided is out moded

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Walter Roberson
Walter Roberson 2016년 10월 8일
편집: Walter Roberson 2016년 12월 20일

Richard Dumenu
Richard Dumenu 2021년 3월 28일
his solution you have provided is outmoded

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by