Current folder . Need permission

조회 수: 1 (최근 30일)
Md. Mubarak Hossain
Md. Mubarak Hossain 2017년 5월 6일
댓글: Md. Mubarak Hossain 2017년 5월 6일
Dear sir, I've faced another problem. When I save a matlab file the I do not see it in current folder. If I wanna open a new folder in current folder by "New folder" it shows that "Error creating folder" "Could not create the new folder" "You may not have permission"
What should I do? Please could you help me?

채택된 답변

Walter Roberson
Walter Roberson 2017년 5월 6일
Please show the output of
pwd
Please investigate the ownership and permissions of that directory.
thisdir = pwd;
system( sprintf('dir /Q "%s", thisdir) )
  댓글 수: 1
Md. Mubarak Hossain
Md. Mubarak Hossain 2017년 5월 6일
Dear sir, I'm very happy for your help. THe problem I'm facing is that I wanna save my all matlab files in C:\Users\mubar\OneDrive\Documents\MATLAB\MATLAB_CODE instead of C:\Program Files\MATLAB\R2016b\bin and want to show in Current Folder.
What I need to do?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by