Set environment path using IP for directory

3 vues (au cours des 30 derniers jours)
Oliver Lojek
Oliver Lojek le 22 Jan 2016
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 commentaire
Image Analyst
Image Analyst le 22 Jan 2016
Okay....so what happens when you try that?

Connectez-vous pour commenter.

Réponses (1)

Kirby Fears
Kirby Fears le 22 Jan 2016

Catégories

En savoir plus sur Variables dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by