I'm trying to display multiple images using subplot but Im getting "add axes to grid" error....How do I rectify it???
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
subplot(2,2,1);imshow(a);title('a');
subplot(2,2,2);imshow(b);title(b'');
subplot(2,2,3);imshow(c);title(c'');
subplot(2,2,4);imshow(d);title('d');
1 Kommentar
Antworten (0)
Siehe auch
Kategorien
Mehr zu Convert Image Type 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!