2010-04-11 6 views

답변

3

다르게 사용 repmat :

padColor = repmat(bgColor,[1,1,3]) 
1

다른 하나는 :

padColor(:,:,1:3) = bgColor