cannot find the subfolder created by mkdir command (MATLAB R2017b on Mac)
2 views (last 30 days)
Show older comments
I used the mkdir command to create a subfolder under my current folder, as follows: mkdir newdir I could see that in the command window when I type in dir command, but cannot find it in my finder on Mac (file manager on Windows) and cannot save a file under that folder too.
Is there a way that I could effectively create a subfolder and save files in that folder?
2 Comments
Chris Perkins
on 8 Jan 2018
Hi Frank,
If you run the following command, what output do you get?
[status,msg,msgID] = mkdir('newdir')
Can you 'cd' into the new directory after using "mkdir"?
In addition, what error message(s) do you see when you try to save a file into that new folder in MATLAB R2017b?
Answers (0)
See Also
Categories
Find more on File Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!