Mapping Network Drives using Matlab
조회 수: 4 (최근 30일)
이전 댓글 표시
Does matlab have the ability to map network drives. I have seen VBscripts that can do this using "network objects." Is there a way for matlab to either:
1] Mab/Unmap drives using its own way to create "network objects" or 2] Have matlab excecute the VBScript, even if the script has to be made into an executable.
thanks -jb
댓글 수: 0
답변 (1개)
Jason Ross
2012년 4월 13일
You can use the system() command to shell out and execute the script. You can even just do the "net use" from the system() call.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!