Simulink user interface slow
古いコメントを表示
Greetings,
Using MATLAB/Simulink 2019b. The interface while modifying my model can get really slow and laggy. Even just simply clicking, dragging, and resizing. Scrolling the wheel to zoom in/zoom out, along with attaching connections.
Is there anything I can do to increase the performance. My laptop isn't the newest, but it's also not that old. I use 64b windows 10, 64b MATLAB. I'm at 10/16 GB of memory used with MATLAB taking 1.5GB and a constant 15-25% CPU.
I have two models open, and some MATLAB code. Really would appreciate any advice on increasing the general UI performance.
Edit: Restarted MATLAB. without a model open it idles with 0% CPU. When I open the model it "idles" at 10+% CPU. Just having the model open and not interacting with it.
14 件のコメント
Adam Buchanan
2020 年 10 月 23 日
Same issue for me using a new Dell XPS15 9500 with an Intel i7-10750H, 16GB of RAM and an SSD drive. The longer simulink is open, the worse the issue gets. I am using version 2020a
Alon Spinner
2021 年 2 月 8 日
+1!!
and the problem is worse in 2020b
This really needs to be solved
Jason Gauthier
2021 年 4 月 27 日
Alon Spinner
2021 年 5 月 5 日
Going back to this..
Just saw a great expo video for 2021a, but its useless if can't use the program without major delays.
I have a rather new Nvidia quadro and 32GB of Ram. Also ran on two different computers.
Please Address
Alon Spinner
2021 年 6 月 7 日
Closing the property inspector while modeling solved the problem for me.
adam k
2022 年 4 月 26 日
The slow GUI speeds have become an issue.
Kepler
2022 年 9 月 17 日
I am facing the same issue. My PC is powerful enough (12900K + 64GB ram + RTX3090)
But after every movement I made in simulink (click, move, modify parameter, connect a line, etc), I need to wait more than 10 secs before I can make another movement.
My MATLAB version is 2022a.
Flavio Rehn
2022 年 9 月 27 日
Same problem here. Closing and reopening the model helps some times.
Timothy
2023 年 5 月 12 日
Has anyone found a solution?
Stephan Hochmueller
2023 年 5 月 23 日
Same Problem for me. Editing anything takes around 3 seconds.
- opening a constant (+3sec)
- klicking on the dropdown for datatypes (+3sec)
- ...
This makes working with simulink very combersome!
Any solution?
Benjamin Thompson
2023 年 11 月 6 日
I am looking for solutions to this. My model has a deep hierarchy of reference models. Sometimes it takes 10 seconds to start running, sometimes it takes 30 minutes. This is with R2019B. My testing with R2021B seemed to show improvement but I have not been able to locate anything in release notes that might suggest where and how this was fixed. My models use large nested busses and S-Functions written in C++. MATLAB often uses 4 GB of memory once the model has loaded and update diagram completed.
Dell laptops and/or Windows are doing all this processor throttling even with the laptop plugged in and sitting on a big laptop fan colling pad. The process getting throttled is the "System Interupts" process. Simulink seems to rely on local network communications for inter-process communications so I am thinking that if maybe too much throttling is happening on the machine it slows MATLAB down to a crawl, especially if you have other competing I/O like antivirus, search indexing, and so on.
Sometimes MATLAB hangs and is unresponsive, possibly because one of its child processes has given up on receiving a response over the socket interface?
Craig
2024 年 4 月 17 日
Agree this is an urgent issue. Makes me want to go back to R2007b.
Krzysztof Koska
2024 年 8 月 5 日
I am using 2023b and facing same issue with very slow interface. Especially opening properties for bus selectors runs very slow.
回答 (2 件)
Guillaume
2025 年 10 月 8 日
Hello,
Old topic but this symptom may be related to a Simulink Data Inspector cache that is too large : this could help
Simulink.sdi.clear
Udit06
2024 年 8 月 27 日
0 投票
I was also facing a similar issue. In my case the issue was due to the anti-virus software which was slowing down the Simulink UI. You can try out the following approaches to resolve the issue:
- Disable the anti-virus software.
- Add MATLAB to the anti-virus whitelist.
- Change the anti-virus scans to "scheduled" so they are only performed periodically.
Additionally, I found the following bug report which indicates that the Simulink UI may be slower when connected with a VPN.
I hope this helps.
カテゴリ
ヘルプ センター および File Exchange で Multicore Processor Targets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!