Can the functions A, B, and C be different colors?
Z = A + B + C;
imagesc(Z)
colormap(gray)
Can the functions A, B, and C be different colors?
Z = A + B + C;
imagesc(Z)
colormap(gray)
Not if you add them like that, because that makes it only one function.