Borrar filtros
Borrar filtros

Call function Callback into myfunction

1 visualización (últimos 30 días)
Trop Trader
Trop Trader el 11 de Feb. de 2024
Comentada: Aa el 14 de Feb. de 2024
How can i call function Callback UpdateTableButtonPushed in my function MPV_Calc_Draw_Graph?
i try it but i get error

Respuestas (1)

VBBV
VBBV el 11 de Feb. de 2024
Use simply the UpdateTableButton inside the function MPV_Calc_Draw_Graph.m file.
app.UpdateTableButton
and rename the function as
function UpdateTableButton(app,event)
  5 comentarios
VBBV
VBBV el 11 de Feb. de 2024
Ok, if you name a pushbutton as UpdateTableButton its corresponing callback function in the app needs to have same name defined within the component methods. Conversly, when the callback function name differs from its GUI component name, it cannot find it and is likely to throw such type of errors.
Trop Trader
Trop Trader el 11 de Feb. de 2024
Editada: Trop Trader el 11 de Feb. de 2024
ok thank

Iniciar sesión para comentar.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by