how to speed up Matlab
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Currently we are using matlab/simulink to develop RFSoC using the ZCU111 board.
We also have a nice computer with 12 physical cores. But when I run the build model as shown in the photo below, I need several hours or days to compile (build model).
So, we searched the internet on how to increase matlab compiling speed. Then we found that Matlab used ONLY single core (https://www.mathworks.com/matlabcentral/answers/333779-why-isn-t-matlab-using-the-full-cpu).
Q1. How can we use multi-core for matlab to compile?
Q2. We have a nice computer (12 cores) with several accounts to use matlab. Unfortunately, we can't run/compile matlab simultaneously on different user's accounts. When I ran matlab on 2 different user accounts then they just stopped working at "Synthesis design" level. Of course, when I ran only one matlab, there was no error message. So can we use multi-matlab with multi-user?
1 Kommentar
Walter Roberson
am 13 Okt. 2023
In some cases https://www.mathworks.com/help/simulink/gui/enableparallelmodelreferencebuilds.html might help.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Multicore Processor Targets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!