Does using my laptop while running MATLAB influence performance

15 ビュー (過去 30 日間)
Berlibur
Berlibur 2019 年 1 月 10 日
編集済み: Stephen23 2019 年 1 月 10 日
I am currently testing several TSP algorithms in matlab, and I am measuring a.o. the time each algorithm takes per instance.
Would using my laptop (Latex editor and chrome browser) influence the results (especially time)?

採用された回答

OCDER
OCDER 2019 年 1 月 10 日
Yes, if your browser and other OS are using a lot of resources. Computer resources are limited, hence, if other non-Matlab programs are hogging all the resources, then Matlab will slow down - or vice versa - Matlab can slow down all other OS programs.
Check your memory & cpu usage when running your TSP algorithm to see if it's using a lot. Your OS will determine which program gets priority in processing, and thus it's not something you can easily adjust in Matlab.
You could try optimizing Matlab codes that are inefficient (e.g., ones that are growing matrices). Use the matlab Profiler to determine the slow code.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by