Effacer les filtres
Effacer les filtres

matlab.gra​phics.inte​rnal.figfi​le.FigFile​/read>@(hO​bject,even​tdata)gui_​thermal('p​ushbutton2​_Callback'​,hObject,e​ventdata,g​uidata(hOb​ject))

42 vues (au cours des 30 derniers jours)
How can I solve this error
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)gui_thermal('pushbutton2_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
  1 commentaire
Walter Roberson
Walter Roberson le 4 Juin 2022
We need to see the entire error message.
The most common cause of that error is if pushbutton2_Callback is not defined.

Connectez-vous pour commenter.

Réponses (1)

Dinesh
Dinesh le 29 Déc 2023
Hi Bassel,
The error message you're encountering is because the 'pushbutton2_Callback' is not executing as expected, possibly due to an issue in the 'gui_thermal' function or the data it's trying to access.
To solve this error, open the 'gui_thermal' file in MATLAB and locate the 'pushbutton2_Callback' function. The, check for any errors or inconsistencies in the code within this callback. If the function involves loading or manipulating graphical objects, also ensure that these objects are correctly defined and available in the GUI's scope. You can set breakpoints and use MATLAB Debugger to identify where exactly the code is erroring out.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Tags

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by