Slow When Plotting on UIAxes

15 ビュー (過去 30 日間)
Ephraim Bryski
Ephraim Bryski 2020 年 7 月 21 日
編集済み: Benjamin Kraus 2020 年 11 月 17 日
Hi. I noticed that a MATLAB app made on app designer which plots directly on the UIAxes is much slower than one which plots on a separate figure (from up to a second delay to no noticeable delay at all). I was wondering why this might be the case, and if this is unavoidable, whether it's possible to embed the separate figure as well as the app into a website.

回答 (2 件)

Pratheek Punchathody
Pratheek Punchathody 2020 年 11 月 16 日
Please look into the answer provided by the staff in the Link.

Benjamin Kraus
Benjamin Kraus 2020 年 11 月 17 日
編集済み: Benjamin Kraus 2020 年 11 月 17 日
The figures created by App Designer are based around web technologies (like HTML and CSS) while the separate figures are based around Java technologies. Because of the different implementations, it is not unexpected that you may see some performance differences. However, the specific details depend a lot of the specifics of what you are plotting.
Can you provide more details about your app and what you are plotting? If not the actual data and code:
  • What release of MATLAB are you using? The specific version of MATLAB can be important in diagnosing performance issues.
  • What types of objects or graphics commands are you using?
  • Roughly how many data points are you using?
  • Do you know roughly how many graphics objects are you creating?
  • Have you tried profiling your code to see what is taking the longest?

カテゴリ

Help Center および File ExchangeGraphics Objects についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by