フィルターのクリア

How can I solve a speed matlab execution in a multicore PC?

2 ビュー (過去 30 日間)
Juan Carlos Aviles
Juan Carlos Aviles 2013 年 11 月 29 日
コメント済み: Bashar Issa 2017 年 6 月 13 日
Hi there,
I currently bought a PC with an i7-6cores(windows8) to run matlab (simulations) but I found it runs my application very much slower than my old laptop with Intel Core2. I understand that one way to speed the execution would be using special coding (parfor, ...) but I think there is another problem that I can not identify.
Is there a similar problem as the one I just described? Is there a possible fix for that?
Thank you very for any help you can provide me.
Juan
  4 件のコメント
Juan Carlos Aviles
Juan Carlos Aviles 2013 年 11 月 29 日
Jan, I am sorry. I made a mistake repeating part of the info in the third and fourth line
Juan
Bashar Issa
Bashar Issa 2017 年 6 月 13 日
Hi. The memory in each computer is obviously important factor. The hard disk access speed if very important, so is MATLAB installed in the same disk where the code is saved or separate hard disk? Finally, there is always an overhead time when using multiple cores which will lengthen time if code is not really a complicated one (e.g. serial tasks rather than parallel). Regards

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

回答 (1 件)

Marko Gulin
Marko Gulin 2013 年 11 月 29 日
編集済み: Marko Gulin 2013 年 11 月 29 日
In my case, hard disk drive was a bottleneck. After I've installed SSD, MATLAB, as well as all other programs, run much much faster!!! :)
  1 件のコメント
Juan Carlos Aviles
Juan Carlos Aviles 2013 年 11 月 29 日
Marko,
Thank you very much for your input, I will check it.
Best regards,
Juan

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

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by