From tghose2 at patriots.uttyler.edu Mon Nov 27 02:36:42 2006 From: tghose2 at patriots.uttyler.edu (Ghose, Toolika) Date: Mon, 27 Nov 2006 01:36:42 -0600 Subject: [Physionet-users] Error in example.m Message-ID: <805B593B314DC04AB011A8817A9360823A7A4F@CCS-464-15807.patriots.uttyler.edu> Hello! I am trying to get WFDB tools working on MATLAB 7.0.1 on windows XP . I have followed the instructions at http://www.physionet.org/physiotools/wfdb-quick-start.shtml to install cygwin and downloaded and unpacked the WFDB software from sources. Hence cygwin is installed in c:\cygwin the WFDB software was unpacked to c:\cygwin\home\wfdb as suggested. I have also downloaded wfdb tools and unpacked them as instructed on http://www.physionet.org/physiotools/matlab/wfdb_tools/WFDB_tools/00README. The wfdb tools were unpacked to C:\cygwin\home\WFDB_tools-0.5.3. I have installed the Wfdb tools as a MALAB toolbox following the instructions given in 'Wfdb_tools A MATLAB interface to the WFDB library' user's manual. When I try to run the example.m file in matlab I get the following error message "example.m - demonstration of the WFDB_tools wrappers for Matlab Please add WFDB_tools to the PATH ...??? Error using ==> example e.g.,\n addpath c:\\matlab\\WFDB_tools\n Error in ==> example at 28 error(' e.g.,\n addpath c:\\matlab\\WFDB_tools\n');" Can anyone please help me with this ?