App designer table update crash

조회 수: 2 (최근 30일)
Jeffrey Klein
Jeffrey Klein 2018년 2월 23일
편집: Philip G 2018년 6월 26일
I have an App Designer app that has a handful of UITable components that are periodically updated automatically. Sometimes, seemingly at random, the circular "thinking" icon appears on the table and the entire app stops responding, without producing any errors. Has anyone else seen this behavior? How do I go about debugging a problem that produces no errors?

답변 (1개)

Philip G
Philip G 2018년 6월 26일
편집: Philip G 2018년 6월 26일
I have exactly the same Problem with r2017b.
So far the it seems that it occurs randomly. I can load the same data twice and once it works.
In general I have noticed that the UI tables update very slowly. I can only imagine this is the issue.
Edit: I found this post. It seems the table performance is a known issue. One can only hope that future Matlab versions make it better.
Some suggested options are:
  • disable coding alerts
  • try to keep the number of components in the UI low as well as the table size
  • put methods / functions into separate functions (not everything in the one .mlapp file)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by