Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: growdata and growdata2 - mathworks problem, still ?
Posted:
Oct 24, 2012 4:24 AM
|
|
On 2012-10-23 19:21, Bruno Luong wrote: >> I'm asking, because I have a program and it LOOKS to me, like the >> problem still persists. So I think maybe I should use growdata now... > > Growing data issue exists in any language (C, C++) not only in MATLAB, > and IMO there is no universal way to carry such task smartly.
Growdata is a smart way, right?
> My own preference is automatically doubling the array each time there is > an overflowed assigment then removing the exceed tail at the end. I > usually do it on the fly within a loop without calling external function > (such as growdata), since calling function inside the loop is always > costly.
I think I'll begin to use growdata...
|
|
|
|