Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Function calls slowly on laptop but fast on PC.

1 visualizzazione (ultimi 30 giorni)
Jon Smith
Jon Smith il 17 Nov 2015
Chiuso: MATLAB Answer Bot il 20 Ago 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!

Risposte (1)

John D'Errico
John D'Errico il 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