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.
Error opening project with the new desktop 2023a
6 views (last 30 days)
Show older comments
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?
Answers (1)
Shlok
on 18 Jul 2024
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.
0 Comments
See Also
Categories
Find more on Install Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!