필터 지우기
필터 지우기

unable to set path for a particular tool.

조회 수: 1 (최근 30일)
Srujana Neelam
Srujana Neelam 2012년 6월 13일
Hello, I have downloaded a software called FIESTA for microtubule tracking developed in matlab. Am trying to run the program in matlab, for which first i should set path. But when I tried to do this the following error is shown: |matlab cannot save changes to the path.
the path file, pathdef.m, might be read-only or might be in a folder for which you do not have write access.
you can save pathdef.m to a different location. for matlab to use that pathdef.m in future sessions, save it in your matlab startup folder (the folder from which you start matlab).
Do you want to save pathdef.m to another location?
please help me with the problem. regards srujana
  댓글 수: 1
Walter Roberson
Walter Roberson 2012년 6월 13일
Is this Windows Vista or Windows 7 with User Access Control (UAC) enabled?

댓글을 달려면 로그인하십시오.

답변 (1개)

Thomas
Thomas 2012년 6월 13일
Try the following from the matlab command line
which pathdef
This will reply the path of the pathdef.m file
make sure you have write permissions to the pathdef.m file or to the location
OR try using
pathtool

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by