Current folder . Need permission
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
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) )
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!