Problem with matlab; error opening functions
Show older comments
In the last days, there is a big problem with Matlab in my computer. Almost anything I try to execute there is an error message.
Even if I try to open matlab functions, there is the following message:
Error using msgbox (line 80)
Bad value for text property: 'Interpreter'
Error in errordlg (line 47)
handle = msgbox(ErrorStringCell,DlgName,'error',Replace);
Error in uiopen (line 194)
errordlg(err);
Could you please hepl me? I installed some toolboxes, and maybe there was the problem, I am using Matlab 2024a
Thanks in advance.
4 Comments
Aquatris
on 8 Jul 2024
Did you by any chance moved the matlab folder manually or messed with the matlab paths?
Stephen23
on 8 Jul 2024
"I installed some toolboxes, and maybe there was the problem"
How exactly did you "install" them? Hopefully not under the MATLAB installation folder (or that of any other application).
Have you made any changes to the MATLAB search path?
Which toolboxes did you install between the last time the code worked and the first time it threw this error?
Which release of MATLAB are you using? I see the line of code you posted in the errordlg.m function in release R2023b, but it is not on line 47.
What does this code show?
which -all errordlg
which -all msgbox
My suspicion is that one of those commands will show a non-MathWorks version of one of those functions.
Accepted Answer
More Answers (0)
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!