Info

此问题已关闭。 请重新打开它进行编辑或回答。

Function calls slowly on laptop but fast on PC.

1 次查看(过去 30 天)
Hi,
I have a program that calls a function within a while loop. When the program is run on my desktop PC (Windows 10, i7 4790k) the program runs quickly and smoothly. However when the program is run on my laptop (Windows 10, i7-5500U) the program takes approximately 1.5 seconds to call the function.
Any help is very kindly appreciated and I am more than willing to answer any questions.
Thank you!

回答(1 个)

John D'Errico
John D'Errico 2015-11-17
This cannot be intelligently answered. There are lots of reasons why this might be. Different machines have different amounts of RAM, different ways they connect to necessary drives. Worse, you have not even given us a hint as to the actual code! The crystal ball is so cloudy.
So YOU need to spend some time with the profiler tool on this code. Run it on both machines to test your code. See where the bottleneck is. Then look at the code. What is taking the time? Why is it taking time?

Community Treasure Hunt

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

Start Hunting!

Translated by