What does padColor(:,:,1) mean in MatLab?
like below fixes the issue After reshaping, padColor is a 1-by-1-by-3
array. Since the size of the first two dimensions is 1, padColor(:,:,1),
which means padColor("all","all",1) is equivalent to padColor(1,1,1). In
other words, padColor(:,:,1) is th
Date : January 02 2021, 06:48 AM , By : Alecsandru Soare