- 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?
Why does my matlab run slow?
3 次查看(过去 30 天)
显示 更早的评论
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
2012-12-19
回答(2 个)
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.
0 个评论
Eric Keller
2012-12-19
are you displaying anything to the screen? Can you post a small bit of code that demonstrates the issue?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!