how to display multiple images in multiple axes
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
if(E_dist(j) <.0061)
subplot(3,3,m)
%axes(handles.axes)
imshow(I);
0 Kommentare
Antworten (1)
Image Analyst
am 24 Jun. 2014
You need to vary m from 1 to 9 (which is 3 times 3).
Siehe auch
Kategorien
Mehr zu Data Exploration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!