当我们需要在同个图片绘制多个子图时,就会用到subplot()函数,虽然Matlab ... im = reshape(data(:,ii),32,32,3); subplot(10,10,ii) imshow(im) end.
確定! 回上一頁