Virtual drive as current directory in MATLAB
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I have created a virtual drive in OS command prompt using "subst" as Z. I need to set this Z as my current directory in MATLAB. However, MATLAB does not recognize the virtual drive created. Please give your inputs to solve this.
Thanks Nirmal
댓글 수: 2
Jan
2011년 12월 20일
Please post the complete relevant code, such we can reproduce the problem exactly - or find the bug in your code.
채택된 답변
Jan
2011년 12월 20일
Please try this from inside Matlab:
system('subst Z: /d')
system('subst Z: E:\Project')
cd Z:
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!