.m file suddenly became read only

74 Ansichten (letzte 30 Tage)
JESSAN JACOB
JESSAN JACOB am 6 Mai 2022
Beantwortet: Rishav am 13 Sep. 2023
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.

Antworten (1)

Rishav
Rishav am 13 Sep. 2023
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

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by