Why does my matlab run slow?

조회 수: 1 (최근 30일)
Gionata
Gionata 2012년 12월 19일
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
Sean de Wolski
Sean de Wolski 2012년 12월 19일
  • 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?

댓글을 달려면 로그인하십시오.

답변 (2개)

per isakson
per isakson 2012년 12월 19일
  • 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 2012년 12월 19일
are you displaying anything to the screen? Can you post a small bit of code that demonstrates the issue?

카테고리

Help CenterFile Exchange에서 Introduction 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