UIaxes randomly not showing up in App (App Designer)
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hey guys,
I currently experience a situation where the UIAxes of my app sometimes are not loaded (they don't show up) when i load my app. Some other times they do instead, without any apparent reason for either one or the other scenario. The app has 17 UIAxes. Any suggestion would be very appreciated! Thank you very much!
2 Kommentare
Jiri Hajek
am 31 Jan. 2023
Maybe you can find some inspiration in this thread: https://www.mathworks.com/matlabcentral/answers/433845-maximum-number-of-uiaxes-in-app-designer-2017b?s_tid=prof_contriblnk
Antworten (2)
Shuba Nandini
am 3 Mär. 2023
Bearbeitet: Shuba Nandini
am 3 Mär. 2023
Hi Andrea,
I understand that you are having a trouble loading UIAxes of your app. Here are few reasons due to which UIAxes may not load properly:
- If your system is running low on resources, this could cause the UIAxes not to open consistently. Try closing other programs or reducing the load on your system to see if this helps.
- If there is an error in your code that is causing the UIAxes not to open, it may only happen sometimes. Make sure to check your code for any errors or issues that could be causing this behaviour.
To add an extra information, there is no specific limit to the number of UIAxes that can be created in the MATLAB Application but creating many of them can impact the performance of application.
Please refer to this links for more information on this topic:
Hope this helps!
2 Kommentare
Shuangbiao Liu
am 13 Nov. 2023
Hi, I have the same issue now. Note that my lapltop (no Matlab installed) remotely accesses a desktop where Matlab and app are located.
I have been using R2022b since August, and it works perfectly until I installed the Matlab compiler last week (maybe coincident). I uninstalled the Matlab compiler, it did not help. Then, I uninstalled the Matlab and re-installed the R2022b Matlab (now only update 7 available so it is different from my original one), it did not help either.
Now I installed R2023a, and it seems work fine.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!