Opening a folder in MATLAB on Mac
Ältere Kommentare anzeigen
I have a program I have been running on a PC, which opens a folder to look for files to use for data analysis. The folder is located under a dropfox folder synced to my computer. I just got a new Mac to use for data analysis, and I cannot figure out how to change the code to open the folder off of my Mac. Any suggestions as to format the code to get it to work off of this folder on my Mac?
The code that works on my PC is: C:\Users\mcdannald\Dropbox (McDannald Lab)\Data\RZ Data
2 Kommentare
the cyclist
am 9 Sep. 2015
Can you post the code that works on the PC?
Rachel
am 9 Sep. 2015
Antworten (1)
the cyclist
am 9 Sep. 2015
It will depend on where the Dropbox folder is located on your Mac. But, if you used the default, I think it will be something like
/Users/mcdannald/Dropbox (McDannald Lab)/Data/RZ Data
[Notice that the slashes go the opposite direction on a Mac.]
If that does not work, try using Finder to find the folder, right-click on it, and then click "Get Info". The listing under "Where" should identify the folder location.
1 Kommentar
Walter Roberson
am 9 Sep. 2015
cd ~/Dropbox/Data/'RZ Data'
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!