How do I call a function when the GUI has finished loading.

조회 수: 2 (최근 30일)
Matt O'Brien
Matt O'Brien 2022년 8월 26일
댓글: dpb 2022년 8월 26일
I have a working GUI app, based on a single screen.
To improve the usability, I wish to populate various UI tables and button options at startup. I have a function which will do this successfully.
However, I can only get this function to work as a result of clicking a configured button on the GUI.
I have tried to execute the function from startupFcn but I get errors... eg 'Reference to a cleared variable app'.
My assumption is that the GUI has not fully loaded ....
How can I trigger this function automatically at startup (rather than the error prone and ugly option for the user to press a button.).
I have spent days and days trying to find a solution but to no avail.
  댓글 수: 7
Matt O'Brien
Matt O'Brien 2022년 8월 26일
Agree completely. Cannot understand why it was there. Had no reason to use it. Understand all the reasons why it should not be there. I lost days and days trying to find this bug.
dpb
dpb 2022년 8월 26일
It's often easy to overlook the [too patently] obvious looking for the bizarre...

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by