Slow uiaxes interactions with app designer

조회 수: 17 (최근 30일)
martin nguyen
martin nguyen 2023년 12월 5일
댓글: Matteo Verardo 2024년 8월 7일
Hello everybody,
I'm developing an application with the app designer and I am in trouble because the application displays a mesh within an uiaxe and he can interact with the mesh. The issue is that the interaction is very 'laggy' and I'm looking for a solution. The application is developed fully with the app designer so the structure is composed with uifigure/uiaxes.
My Matlab version is R2022b and I tried to display my mesh on a figure/axe configuration and the interactions are fast but I want to know if there is a solution to make the uifigure/uiaxes as fast as the configuration figure/axe. Thanks in advance
Regards
Martin Nguyen
  댓글 수: 1
Matteo Verardo
Matteo Verardo 2024년 8월 7일
I have exactly the same problem because I deal with huge meshes. My app was orininally written in Guide and all was ok. Then I completely re-written from scratch my app (it took me one year) and the result is disappointing.

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

답변 (1개)

Taylor
Taylor 2024년 1월 2일
편집: Taylor 2024년 1월 2일
Most of the delay you're seeing is due to the uifigure, not uiaxes. Using figure with uiaxes instead of uifigure should speed things up a bit, or, if possible, you could update to the latest version. For referece:

카테고리

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