Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
School may adopt Office365 and eliminate student user drives. Can students save to a cloud-based directory in MATLAB?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Can student users use a cloud-based directory, like Dropbox, while working in MATLAB? Are there known issues with this? Would use of a flash drive be preferable?
0 Kommentare
Antworten (1)
Kevin Claytor
am 16 Jun. 2014
Why not?
Dropbox just watches a local directory for changes. The only issue would be two copies of anything (Matlab, Excel, etc.) accessing the same file. Each will see the copy of the file as they opened it. Most likely, after each releases the file, DB will sync it. So whoever wrote last will get the changes propagated.
Re; office365. Just map your shared space as a network drive in Windows.
Better yet, use a version control system like subversion or git to keep your code synced across computers and to handle conflicts. There are online providers for those that take seconds to setup.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!