Clear Filters
Clear Filters

Error opening project with the new desktop 2023a

16 views (last 30 days)
Lukas
Lukas on 6 Mar 2024
Answered: Shlok on 18 Jul 2024 at 9:05
I have a matlab project, that was created with matlab 2022b. Now i installed matlab 2023a and wanted to use the new desktop. But with the new desktop, matlab can not open my project. If i stop the new desktop and go to the normal view in matlab. Im able to open the project with no errors or warnings.
Also the error message does not say much:
"Error opening project in
myProjectPath
Unable to load project with error:
myProjectPath"
Does anybody have the same problem?
  1 Comment
Lukas
Lukas on 6 Mar 2024
As it looks like, it has something to do with safe and unsafe git repositories. The way i set up my git repository, i have to define the repository of the matlab project as safe. After this, matlab can open the project.

Sign in to comment.

Answers (1)

Shlok
Shlok on 18 Jul 2024 at 9:05
Hi,
I tried replicating the issue mentioned above, and I didn't face any errors.
Based on the above query, it appears to me as a permission issue. The directory path might have revoked its read access or have triggered any such flags, and hence is not being read by MATLAB Desktop. Check for the permission flags of the directory in order to resolve this issue.

Categories

Find more on Source Control Integration in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!