Set environment path using IP for directory
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (1)
Kirby Fears
el 22 de En. de 2016
I believe this post discusses the format you're looking for.
0 comentarios
Ver también
Categorías
Más información sobre Variables en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!