how to display multiple images in multiple axes

1 次查看(过去 30 天)
if(E_dist(j) <.0061)
subplot(3,3,m)
%axes(handles.axes)
imshow(I);

回答(1 个)

Image Analyst
Image Analyst 2014-6-24
You need to vary m from 1 to 9 (which is 3 times 3).

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by