Matlab processing very slow, but APP previously created with app design still fast

17 views (last 30 days)
Hello!
Few weeks ago, I created a matlab standalone with the matlab app designer: the app runs very fast on very huge dataset of data.
Last week, I noticed that if I run the same code from the app designer, it is not as fast as it used to be! My collegue has been using my app (standalone) since June and it is very fast, but on my laptop it seems something is not right (code running is 5 times slower than the app).
Is it possible any matlab updates could have cause it? Maybe updates on the runtime? What should I test?
Thank you in advance

Answers (1)

Nivedita
Nivedita on 6 Sep 2023
Hi Veronica,
I understand that you are facing performance issues with your app in MATLAB app designer. Here are a few steps that you can try to investigate and find the issue:
  1. Update MATLAB: Ensure both MATLAB and the runtime version are up to date for bug fixes and performance improvements.
  2. Review Code: Check recent code changes, dependencies, and library access.
  3. Profile Code: Use MATLAB's profiler to identify performance bottlenecks.
  4. Check Resources: Ensure your laptop has sufficient CPU, memory, and disk space.
  5. Contact Support: If issues persist, contact MathWorks support for assistance. You can contact them here: Contact Us - MATLAB & Simulink
I hope this helps!
Regards,
Nivedita.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!