How to save a struct member into a matrix?
Show older comments
In a folder containing images (bmp,tif etc.) I have to keep the names and the color type of each one and save them in a matrix. My question is if that is possible. I want to save the name member of the struct that has been created by using 'dir' to access the files into an array, then by using 'imfinfo' to take the color type of each image and then save them into an 2xN matrix.
Accepted Answer
More Answers (0)
Categories
Find more on Convert Image Type 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!