Set environment path using IP for directory
이전 댓글 표시
Dear All,
I am currently trying to use an IP address for setting absolute/relative path onto different remote machines for accessing data or storing files.
Instead of
Path = 'X:/Directory/Subdirectory/Files'
I want to use something like:
IP = '130.12.12.1';
Path = [IP,'/Directory/Subdirectory/Files']
Any ideas or comments on this?
Kindest regards,
O. Lojek
댓글 수: 1
Image Analyst
2016년 1월 22일
Okay....so what happens when you try that?
답변 (1개)
Kirby Fears
2016년 1월 22일
0 개 추천
I believe this post discusses the format you're looking for.
카테고리
도움말 센터 및 File Exchange에서 Search Path에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!