Re: how to plot ECG signal from .txt file?



"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
.



Relevant Pages

  • Re: how to plot ECG signal from .txt file?
    ... help load; % <- also knows how to import ASCII files... ... you must import your ASCII data into ML's workspace... ...
    (comp.soft-sys.matlab)
  • FTP a file with text and comp-3 data in it from AIX to MVS (or the other way)
    ... I have a user that is trying to get a file ftp'd from AIX to MVS. ... If we go ASC mode, the ASCII data is transferred OK, but the comp-3 data is ...
    (AIX-L)
  • Re: Binary vs ASCII for uploading
    ... never heard of changing the mode can solve the ftp transfer:) ... but generally binary is meant of not text / ascii data. ... IIS 5 and above support upload append or download resume feature.. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: regular expressions
    ... for that matter) ASCII, you could serialize it to ASCII, then re-read the ... ASCII data back into an in-memory Java string, and check if you still have ... into the database, but didn't perform the same mapping when checking them ...
    (comp.lang.java.programmer)