필터 지우기
필터 지우기

2021a fails to create tabs containing axes

조회 수: 1 (최근 30일)
Gordon
Gordon 2021년 3월 22일
I have an app that runs perfectly well in Matlab 2020b. It includes a tab group of six tabs, 2 of which contain tables while the other 4 contain axes. Today I attempted to run the app in Matab 2021a. However, the run failed with an error message:
Only the two tabs containing tables were created, while the tabs having axes objects were not.
The creation code for each tab is
app.TabName = uitab(app.TabGroupResults);
I don't understand the (ungrammatical) error message or the source of the error, which presumably has to do with the parent/child relationship of the tab/axes objects.
Any help welcome
Gordon

답변 (0개)

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by