I don't know what's going on and why is this happening.
1 view (last 30 days)
Show older comments
So, my matlab app worked perfectly fine when i had 2023b version. I decided to update it to a newer version. When the new version was installed i ran the matlab and it didn't run as usual. It didn't have the default layout, and when i treid to make a script it returned me this error:
I don't know what to do. Can someone please help me?
I don't know what to do. Can someone please help me?Answers (1)
Prateekshya
on 4 Jun 2024
Hello RadoSlav,
I understand that you are getting error while trying to edit a file using "edit" command in MATLAB Command Window.
Here are some possible reasons and workarounds to try:
- If the error is specific to editing a particular file, there could be issues with the file's path or permissions. Please ensure you have necessary permissions to edit the file.
- If it is universal for all the files, the instllation of MATLAB might be corrupted. Please try reinstalling it.
- If you are still facing the error, please check the JVM version that MATLAB is using. If you have any Java installations on your system, it also might cause issues. You can check it with the following command.
>> version -java
- MATLAB generates log files that might contain more detailed information about the error. Please look for these logs in MATLAB's preferences directory or its installation directory.
I hope this helps in debugging the Java error you are getting.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!