Call function Callback into myfunction

조회 수: 1 (최근 30일)
Trop Trader
Trop Trader 2024년 2월 11일
댓글: Aa 2024년 2월 14일
How can i call function Callback UpdateTableButtonPushed in my function MPV_Calc_Draw_Graph?
i try it but i get error

답변 (1개)

VBBV
VBBV 2024년 2월 11일
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
VBBV
VBBV 2024년 2월 11일
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 2024년 2월 11일
편집: Trop Trader 2024년 2월 11일
ok thank

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by