\\thispc\scripts and c:\scripts not the same?
조회 수: 1 (최근 30일)
이전 댓글 표시
I tried to set the path for my scripts folder "scripts" on the c: drive. However, my program using the scripts couldn't find the scripts, not until I set the path to the scripts folder through finding the pc on the network list. I mean why will matlab not be able to find the scripts path if it set using the good old c:-path? Why does it need to be wired through the network to the same pc to be able to find the folder?
Is
\\thispc\scripts
and
c:\scripts
not the same?
댓글 수: 6
답변 (1개)
Jan
2018년 2월 23일
It is not clear, what went wrong, but this should work:
addpath('C:\scritps', '-end');
savepath
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!