Move file to online folder using movefile/copyfile
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Eric Zhao
am 18 Jul. 2017
Kommentiert: Eric Zhao
am 21 Jul. 2017
Hi, Is it possible to use movefile or copyfile function in Matlab to an online folder? Thanks!
0 Kommentare
Akzeptierte Antwort
Mukul Rao
am 21 Jul. 2017
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Search Path finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!