Set environment path using IP for directory

조회 수: 3 (최근 30일)
Oliver Lojek
Oliver Lojek 2016년 1월 22일
답변: Kirby Fears 2016년 1월 22일
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
Image Analyst 2016년 1월 22일
Okay....so what happens when you try that?

댓글을 달려면 로그인하십시오.

답변 (1개)

Kirby Fears
Kirby Fears 2016년 1월 22일

카테고리

Help CenterFile Exchange에서 Variables에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by