Current folder . Need permission

1 vue (au cours des 30 derniers jours)
Md. Mubarak Hossain
Md. Mubarak Hossain le 6 Mai 2017
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?

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Mai 2017
Please show the output of
pwd
Please investigate the ownership and permissions of that directory.
thisdir = pwd;
system( sprintf('dir /Q "%s", thisdir) )
  1 commentaire
Md. Mubarak Hossain
Md. Mubarak Hossain le 6 Mai 2017
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?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by