How can I create a .mat
file which holds a bunch of images in matlab?
I'm using the images as a training set, so figured it would be easier to load from a .mat
than load 100+ images every time I run the program.
If I'm thinking about this the wrong way, please point me in the right direction. Thanks.