Simulink user interface slow

44 views (last 30 days)
Jason Gauthier
Jason Gauthier on 7 Nov 2019
Commented: Craig on 17 Apr 2024 at 5:26
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.
  13 Comments
Benjamin Thompson
Benjamin Thompson on 6 Nov 2023
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
Craig on 17 Apr 2024 at 5:26
Agree this is an urgent issue. Makes me want to go back to R2007b.

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Environment Customization in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!