Errors of msgbox, errordlg, uiopen appear at the same time.
Show older comments
When I click on a m file, these errors appear.

My Matlab runs on Windows 10 pro 64bit. How can I fix this problem?
2 Comments
Jayaram Theegala
on 7 Apr 2017
Can you share the error message in English, by changing the language options to English. Also, does the issue happen with one particular file (biosig_installer.m) or with any MATLAB script?
Noran Elkafrawy
on 3 Nov 2019
I have the same problem when trying to open biosig installer file
this is the error msg above:
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);
if anyone would help me it would be much appreciated
thank you
Answers (0)
Categories
Find more on File Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!