Matlabは初めてです。Mlintは、パフォーマンスを向上させるために配列を事前に割り当てる必要があると言っています。次のコードスニペットで配列サイズを事前に割り当てる方法を教えてもらえますか。
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で行う必要があります。