Hello everyone. After using the "montage" function, how can I apply the rgb2gray to the montage image?
Neeta Dsouza answered .
2025-11-20
Use imtile() instead.
rgbMulti = imtile(............... grayImage = rgb2gray(rgbMulti);