Absolutely, yes, especially as many times as you'll be appending to it. IIRC, MATLAB doesn't dynamically size the array, but instead creates a new array of size N+1, copies the old size N array into ...