Can't open editor in MATLAB 2020a
Ältere Kommentare anzeigen
When I attempt to open a file in current directory, I get the following error message:
Error using edit (line 66)
Failed to open MATLAB Editor.
Caused by:
Unable to resolve the name matlab.desktop.
I have absolutely no idea what's going on. All answers to similar looking problems don't seem to apply.
BTW Using default matlab path. Also, there are no other versions of matlab on my computer.
Also, can't open files via Windows file manager although they are associated with MATLAB 2020a.
11 Kommentare
Dominic Diston
am 5 Sep. 2020
Walter Roberson
am 5 Sep. 2020
What shows up for
which matlab.desktop.editor.newDocument
You should expect
toolbox/matlab/codetools/+matlab/+desktop/+editor/newDocument.m
under the MATLAB installation directory.
Dominic Diston
am 5 Sep. 2020
Dominic Diston
am 5 Sep. 2020
Dominic Diston
am 5 Sep. 2020
Walter Roberson
am 5 Sep. 2020
>> matlab.desktop.editor.Document.openEditorForExistingFile('File.m')
Error using matlab.desktop.editor.JavaEditorDocument>openEditorViaFunction (line 493)
Open requires that File.m be an absolute path.
Dominic Diston
am 5 Sep. 2020
Dominic Diston
am 6 Sep. 2020
Walter Roberson
am 6 Sep. 2020
That last bit is normal, and has to do with the way Live Script works.
Is it possible that some function you are adding the path to is interfering with MATLAB? For example there is a common third-party software package that defines isrow() and that causes problems.
Dominic Diston
am 7 Sep. 2020
Dominic Diston
am 7 Sep. 2020
Antworten (0)
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!