AMD ryzen 7 5700u or intel i7 1165?

105 ビュー (過去 30 日間)
Gian Marco Mendolia
Gian Marco Mendolia 2021 年 10 月 1 日
コメント済み: Walter Roberson 2021 年 10 月 3 日
I have to buy a laptop for using matlab and simulink. I have to choose between two PCs that are completely identical in terms of ram and ssd capacity but differ only in the processor. One has the AMD ryzen 7 5700u and the second one has an intel i7 1165. I don't know which one I should buy.
  3 件のコメント
Gian Marco Mendolia
Gian Marco Mendolia 2021 年 10 月 1 日
thank you for your advice
Star Strider
Star Strider 2021 年 10 月 1 日
My pleasure!

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

回答 (1 件)

Jonas
Jonas 2021 年 10 月 3 日
Since Simulink is a single threaded process, it benefits from faster cores, not from more of them. The Intel is a 4-core CPU, the AMD is an 8-core CPU, while the Intel's individual cores are faster. So the Intel should run Simulink faster.
Some functions are multithreaded, like fft and sort, they will benefit from having the AMD.
You can also benefit from multicore if you have the Parallel Computing Toolbox. You can run some type of for-loops on multiple cores. For Simulink, you can only benefit from this toolbox when you want to run separate simulations at the same time in parallel.
For most standard applications I would think Intel. On cpuboss.com you should be able to compare CPU's but it didn't find back either of those CPUs in the database to truely compare singlecore performance.
  1 件のコメント
Walter Roberson
Walter Roberson 2021 年 10 月 3 日
Running (slightly) different simulations in parallel is discussed at https://www.mathworks.com/help/simulink/ug/running-parallel-simulations.html

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

カテゴリ

Help Center および File ExchangeMulticore Processor Targets についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by