Errors of msgbox, errordlg, uiopen appear at the same time.

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

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?
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

Sign in to comment.

Answers (0)

Categories

Products

Asked:

on 5 Apr 2017

Commented:

on 3 Nov 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!