我是Matlab新手。 Mlint告訴我需要預分配陣列來提高performance.Can誰能告訴我我該如何預分配數組的大小在下面的代碼片段:在Matlab中預分配數組以提高性能
for jj= init_frame: nFrames
im1 = double(mov(jj).cdata);
color_hist_array(jj,:) = color_histogram(im1, bins);
[spatio_gram_array(jj,:),mu(jj,:,:),sigma(jj,:,:,:)] = spatiogram(im1, bins);
預分配需要color_hist_array,spatio_gram_array,mu和sigma工作要做。
@Parag非常感謝。 – MaxSteel 2013-02-26 16:45:13