Re: how to plot ECG signal from .txt file?
- From: "Alexander " <shadeslayer_777@xxxxxxxxx>
- Date: Tue, 28 Jul 2009 16:37:02 +0000 (UTC)
"us " <us@xxxxxxxxxxxxxxx> wrote in message <h4n8sl$57b$1@xxxxxxxxxxxxxxxxxx>...
"Alexander "
a hint:
help importdata;
help textread;
help textscan;
help load; % <- also knows how to import ASCII files...
us
hmm,sorry, but actually i still don't get it even after i read those help
i mean in those help there's no instruction about plotting the file
btw,thx for ur reply n really appreciate better answer
well, well, a ...better... answer:
1) you must import your ASCII data into ML's workspace...
-> hint...
2) see steve amphlett's code snippet how to do it...
3) once your data is in the workspace
help plot;
help line;
us
well, i already load the file n plot it, but it turn out strange
i mean in normal ECG sample like some i got from MIT-BIH the amplitude is not this high n the time seems wrong
.
- References:
- how to plot ECG signal from .txt file?
- From: Alexander
- Re: how to plot ECG signal from .txt file?
- From: us
- Re: how to plot ECG signal from .txt file?
- From: Alexander
- Re: how to plot ECG signal from .txt file?
- From: us
- how to plot ECG signal from .txt file?
- Prev by Date: Re: Matlab Central website display
- Next by Date: line in plot
- Previous by thread: Re: how to plot ECG signal from .txt file?
- Next by thread: Re: how to plot ECG signal from .txt file?
- Index(es):
Relevant Pages
|