Prev: explain please
Next: Saving images to create video
From: William on 11 May 2010 06:36 Hi everyone, I've been working on optimizing some code of mine using the Matlab profiler and found that the line using most of the time in my function was the end statement in a for loop. This end accounts for 0.117s, or 13% of the total running time of the function. However, none of the statements within the for loop account for anything more than 0.03s. What is this end doing that takes so long? Has anyone found a solution to this? I'm using R2007a Student version. Thanks very much.
|
Pages: 1 Prev: explain please Next: Saving images to create video |