Matlab App Designer editor is very slow

10 ビュー (過去 30 日間)
Robin L.
Robin L. 2019 年 5 月 2 日
コメント済み: Adam Danz 2021 年 5 月 23 日
Hello everybody !
I have been developing a software using Matlab App Designer for 2 months, and while my code grows up (~9k lines today), App Designer editor takes more and more times, even for simple tasks, like writing a piece of text, or make a line break...
I tried to untick "Enable app coding alerts", without noticing any significantly change...
I don't have choice to edit my code in another text editor and paste it in Matlab AD..., which is not convenient...
Do you guys have any idea to fix out this issue ?
  2 件のコメント
Robin L.
Robin L. 2019 年 5 月 2 日
I think this is link to how Matlab AD works : after unzipping and analysing the files created by a new Matlab AD app, I think that each time we type something in the editor, it analyses the entire code and fills system tables containing custom functions, callbacks, 1 line = 1 case, etc... which takes time !
Is there a way to limit that ? I assume this is very safe for a novice, but frustrating for others !
Ajay Kumar
Ajay Kumar 2019 年 10 月 3 日
編集済み: Ajay Kumar 2020 年 3 月 18 日
9k lines are too much in one script. I have a good suggestion.
Try to break down the designer script into some functions and write them in separate .m files and use function calling in designer script.
This makes app designer more efficient.

サインインしてコメントする。

回答 (1 件)

Jared MacDonald
Jared MacDonald 2020 年 4 月 17 日
Hi Robin,
If possible, please update to release R2020a where this has been significantly improved. You can read more details in the MATLAB Release Notes here:
and search for "App Designer" under the Performance section of the R2020a release notes. Switching to code view, typing, entering new lines, etc., have all been improved.
Thanks,
Jared
  4 件のコメント
Javier Martín Sánchez
Javier Martín Sánchez 2021 年 5 月 23 日
I am having exactly the same problem. I have been struggling with it for a long time and I am giving up already. In addition, I have read that GUIDE (the only one working resonably well for me) will be removed in upcoming versions. If this BIG issues cannot be solved in a resonable short time ... I am already considering switching to python.
Adam Danz
Adam Danz 2021 年 5 月 23 日
For those people reporting similar problems, it will be helpful to include your Matlab version information.
Find your version info by typing ver into the command line.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by