필터 지우기
필터 지우기

Move file to online folder using movefile/copyfile

조회 수: 1 (최근 30일)
Eric Zhao
Eric Zhao 2017년 7월 18일
댓글: Eric Zhao 2017년 7월 21일
Hi, Is it possible to use movefile or copyfile function in Matlab to an online folder? Thanks!

채택된 답변

Mukul Rao
Mukul Rao 2017년 7월 21일
Hi,
You can consider the MATLAB Drive Connector. Essentially, you would have to download the connector as an add-on. You can then move files with "copyfile" to your local MATLAB Drive. With the connector technology, the files from your local MATLAB Drive will be synced with MATLAB Drive online, allowing you to access files over the web.
Outside the realms of the MATLAB Drive, you could potentially use "copyfile" to move files to a local folder synced with an online drive (Ex: Dropbox), see this File Exchange Submission for that lets you determine the path to your local dropbox folder.
  댓글 수: 1
Eric Zhao
Eric Zhao 2017년 7월 21일
Thank you! I have the problem solved. The website is actually private network so I just added a network location in My Computer and copy files like that.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by