Windows 10 Virtual Machine cd issue with executable compiled with matlab R2016a
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi,
I've compiled a set of matlab functions using Matlab 2016a into a executable file to run on a server Virtual Machine with Windows 10 installed. All the development and testing work before compiling the code was done in Windows 7 and all went ok. Now when I run the executable in Windows 10 I get a MATLAB:cd:NonExistentDirectory when trying to access a mapped drive on that machine. No sure what the problem is, but I can access the same folder in matlab using the full network path. It must be something related to the mapped drive. Is this an issue in matlab? Is there a fix?
Best
João
댓글 수: 6
Greg
2018년 9월 15일
Can you compile a simple test executable that displays the result of
isdir('S:')
I just tried the same in MATLAB for my router's attached thumb drive. It returned false until I used Windows Explorer to open the mapped drive letter. Before that, it was in the erroneous "disconnected" state.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!