Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Function calls slowly on laptop but fast on PC.

1 Ansicht (letzte 30 Tage)
Jon Smith
Jon Smith am 17 Nov. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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!

Antworten (1)

John D'Errico
John D'Errico am 17 Nov. 2015
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