cannot find the subfolder created by mkdir command (MATLAB R2017b on Mac)

조회 수: 2 (최근 30일)
Frank Jiang
Frank Jiang 2018년 1월 5일
댓글: Frank Jiang 2018년 1월 8일
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
Chris Perkins
Chris Perkins 2018년 1월 8일
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?
Frank Jiang
Frank Jiang 2018년 1월 8일
Thank you very much. The code you provide works well. I could see that folder now. However, I don't understand why lol.

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

답변 (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