Re: wierd standalone application behaviour
- From: Peter Boettcher <boettcher@xxxxxxxxxx>
- Date: Wed, 21 Jun 2006 12:39:35 -0400
Vishal Mahulkar <vishal.mahulkar@xxxxxxxxx> writes:
I have created a stand alone application of my research. The
application starts up properly, initializes and starts executing but
after a few seconds, it starts slowing down and eventually stops. I
don;t see any errors. My application basically has a big while
loop. After few seconds, it takes a lot of time to complete one
iteration.
Any suggestions?
Yes. Speed up the loop. Reduce the memory usage. Preallocate your
arrays.
For any more detailed suggestions, you'll need to post a simplified
version of the code here.
--
Peter Boettcher <boettcher@xxxxxxxxxx>
MIT Lincoln Laboratory
MATLAB FAQ: http://www.mit.edu/~pwb/cssm/
.
- References:
- wierd standalone application behaviour
- From: Vishal Mahulkar
- wierd standalone application behaviour
- Prev by Date: Re: Help for user-written functions TAKES AGES!
- Next by Date: Re: Problem changing figure resolution running in background
- Previous by thread: wierd standalone application behaviour
- Next by thread: how to pick out values from a plot
- Index(es):
Relevant Pages
|
Loading