[Help] Matlab executes the program very slowly (Slow execution)

2 次查看(过去 30 天)
I am working on code on matlab which basically consist of for loops and matrices values i.e. image processing but it takes around 2 3 minutes to execute the code while the same code runs faster on my other laptop, please help
  5 个评论
Adam
Adam 2017-3-21
That definitely looks suspiciously like for loops. The fact that almost no function is registering at all as significant apart from 'trial' for which 'Self Time' is basically the entire time of the program suggests that you are doing something extremely slow with code that has nothing to do with functions of any other kind.
akash bais
akash bais 2017-3-21
the same program gets executed on my other laptop within no time its just with my pc that i am facing issues

请先登录,再进行评论。

回答(1 个)

ES
ES 2017-3-21
编辑:Jan 2017-3-21
  11 个评论
akash bais
akash bais 2017-3-22
the code part which it is showing is not in my code i mean they are some internal functions
Adam
Adam 2017-3-22
We still can't help in any way if we have no more information than that something inside 'trail' is very slow.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by