I couldn't find anything simpler, so this is what it is! C = randi(2,[3 3 3])-1; colorC = char(repmat('k',[3 3 3])); colorC(C == 0) = 'y'; figure(1); for x ...
確定! 回上一頁