what is the meaning of 28x28x3 in .mat file
Show older comments
Hi, I save a colour image in .mat file format and realise that the variable is in array 28x28x3. 28x28 is image dimension, but I have no idea on what the "3" meant. I guess it is related to colour. Can anyone explain on this ?
here is the code that I type
- pic1 = imread('image_0001.jpg');
- save('BothPics.mat', 'pic1');
Accepted Answer
More Answers (0)
Categories
Find more on Display Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!