フィルターのクリア

.m file suddenly became read only

44 ビュー (過去 30 日間)
JESSAN JACOB
JESSAN JACOB 2022 年 5 月 6 日
回答済み: Rishav 2023 年 9 月 13 日
I was abe to edit the code before and suddenly attempting to break and debugg it showed read only file and not able to run the file now.

回答 (1 件)

Rishav
Rishav 2023 年 9 月 13 日
Hi JESSAN,
It is most likely that you have the file open in another program or another instance of MATLAB.
Alternatively, there is a chance that the file permissions were changed on the system level. So you can try changing that manually. For this, the method depends on your operating system, e.g. chmod for linux.
For Windows, right click on the file and check the properties option and see if it is manually marked Read-Only and if so if it can be unchecked or not.
Thank you,
Rishav Saha

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by