Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Delete wfdb Completely in a Directory? #124

Closed
sami10007 opened this issue Apr 28, 2016 · 1 comment
Closed

How to Delete wfdb Completely in a Directory? #124

sami10007 opened this issue Apr 28, 2016 · 1 comment

Comments

@sami10007
Copy link

sami10007 commented Apr 28, 2016

There is a common misunderstanding about how to uninstall wfdb because many users cannot restore the system, for instance the ticket #123 about OS X. Observation is that if the wfdb system breaks (etc just initiate function with wrong parameters), you cannot use the folder again where the system was initiated. I want to delete the effects of the following commands

[old_path]=which('rdsamp');if(~isempty(old_path)) rmpath(old_path(1:end-8)); end
wfdb_url='https://github.com/ikarosilva/wfdb-app-toolbox/raw/master/wfdb-app-toolbox-0-9-10.zip';
[filestr,status] = urlwrite(wfdb_url,'wfdb-app-toolbox-0-9-10.zip');%Octave users may have to download manually
unzip('wfdb-app-toolbox-0-9-10.zip');
cd mcode
addpath(pwd);savepath

My attempts

  • delete mcode directory, however, unsuccessful result
  • ...

Hypothesis: the initiating commands may be the source of the problem in OS X.
I extended the problem to StackOverflow thread Can wfdb Matlab commands differ in Linux and OS X? because I do not understand myself the interaction of OS X with the commands.


How can you Delete wfdb Completely in a Directory?

@ikarosilva
Copy link
Owner

Duplicate of #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants