Accessing Data on External Server

조회 수: 12 (최근 30일)
SR
SR 2019년 1월 31일
댓글: Laurie 2020년 1월 31일
I have many terabytes of data stored on an external server that I would like to access from my local laptop. Is there a way to map a path to an external server? I don't want to copy the files locally since they are far too big to fit on the local computer. Rather, I want to use matlab to read a series of external files and extract a single variable from each and then save that variable locally. Is there a way for for me to access files on an external server without moving them locally?

답변 (1개)

Laurie
Laurie 2020년 1월 30일
Hello,
I have the exact same question than you. Have you found a solution to your problem since then?
Thank you
  댓글 수: 2
SR
SR 2020년 1월 30일
I think we did end up coming up with a solution but I never ended up using it much so I can't remember all of the details. We mounted an external directory (like what they are discussing in solution 1 here: https://www.mathworks.com/matlabcentral/answers/34413-how-to-point-to-folders-files-on-a-remote-server-in-matlab )
So I just mounted the external directory (I use Linux so I used the 'mount' command, this might be different depending on your OS) and did that within my Matlab folder so that I didn't even need to add the path.
Laurie
Laurie 2020년 1월 31일
Thank you for your prompt reply, I will try to adapt that on Windows.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by