could not create the new file you may not have permission matlab

23 ビュー (過去 30 日間)
Fawad Ali
Fawad Ali 2019 年 12 月 1 日
回答済み: Kojiro Saito 2019 年 12 月 3 日
I am facing this error everytime when i want to create a new funtion in the commend window it shows like this error
could anyone please help me Thanks

回答 (1 件)

Kojiro Saito
Kojiro Saito 2019 年 12 月 3 日
Which folder path is your MATLAB's current directory?
You can check by the following command.
pwd
And pleaes check your user account has permission to write a file in it.
You can change the current folder by the following examples. After changing a folder properly, I suppose you have a write permission.
cd C:\YourPath % Windows
cd /home/XXX/ % Linux (XXX is your use account)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by