Hello All,
I am new to matlab and am wondering if there is a function available that is able to create an RGB image from a number of matrices which are of the format:
Matrix1: [0.06, 0.02; 0.3, 0.02]
Matrix2: [0.09, 0.01; 0.7, 0.03]
Matrix3: [0.1, 0.03; 0.4, 0.9]
Where each matrix represents...