\\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!