Filter löschen
Filter löschen

What does "Interrupt while evaluating Button PrivateButtonPushedFcn." mean?

14 Ansichten (letzte 30 Tage)
My program was working but now I'm getting this.
Interrupt while evaluating Button PrivateButtonPushedFcn.
If I knew more about the error maybe I coud fix it. There is no help looking up this error in MatLab help. Googled but got trivial problems others had had.
  1 Kommentar
Aditya
Aditya am 31 Jul. 2024
Hi Gavin,
you can take a look into this similar kind of issue related to "Interrupt error": https://in.mathworks.com/matlabcentral/answers/432042
or else if possible could you eplain the issue in more details?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 31 Jul. 2024
It means that you pressed control-C while the callback for PrivateButtonPushedFcn was active.
  3 Kommentare
Gavin
Gavin am 16 Sep. 2024 um 22:28
It sure would be nice it the Command Window could see public variables of a running app without needing to hit a breakpoint. Is there a work around? A reason this can't be done?
Walter Roberson
Walter Roberson am 16 Sep. 2024 um 22:45
Polling for changes to variables and transfering the new contents over to display is an expensive operation. MATLAB would slow down a lot if the variable browser were continually updated between breakpoints.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by