ikarosilva / wfdb-app-toolbox

The WFDB Toolbox for MATLAB/Octave is a collection of functions for reading, writing, and processing physiologic signals in the formats used by PhysioNet (see README for details).
http://physionet.org/physiotools/matlab/wfdb-app-matlab/
GNU General Public License v3.0
92 stars 45 forks source link

How can I open a data filename decided by a variable with rdsamp in Matlab? #144

Open dqxwpl opened 6 years ago

dqxwpl commented 6 years ago

I need to read a serial of data files with signals/waves in matlab. I define the file name which need be opened with rdsamp() as a viable. How can i open these data with while/for loops in each of which i try to open their filename variable with rdsamp() ?

jcbsv commented 6 years ago

I believe this question relates to the problem reported in issue #149.