Why does my matlab run slow?

2 Ansichten (letzte 30 Tage)
Gionata
Gionata am 19 Dez. 2012
Why does my 2012a 32 bit linux release runs slower on my dual core 2.54ghz cpu computer than my girlfriend's 2009 windows student release on single core 2.01ghz cpu?
  1 Kommentar
Sean de Wolski
Sean de Wolski am 19 Dez. 2012
  • What is slower?
  • How are you doing the timings?
  • How are these releases installed?
  • Do you have a bunch of network folders on your path?

Melden Sie sich an, um zu kommentieren.

Antworten (2)

per isakson
per isakson am 19 Dez. 2012
  • Matlab is basically single threaded, and thus, dual core doesn't improve speed much.
  • What code do you use in the comparison? That might matter.
  • CPU is not the only thing that matters to speed. And GHz alone doesn't determine the speed of a cpu.
  • etc.

Eric Keller
Eric Keller am 19 Dez. 2012
are you displaying anything to the screen? Can you post a small bit of code that demonstrates the issue?

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by