フィルターのクリア

Slow uiaxes interactions with app designer

8 ビュー (過去 30 日間)
martin nguyen
martin nguyen 2023 年 12 月 5 日
編集済み: Taylor 2024 年 1 月 2 日
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 件)

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 Center および File ExchangeDevelop 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