what is the alternative of imageSet function of MATLAB 2014a in MATLAB 2013a?

1 view (last 30 days)
I want to perform the following function in MATLAB 2013a. faceDB = imageSet('folderName','recursive'); figure; montage(faceDB(1).ImageLocation); the above code can run in MATLAB 2014a and above, because the imageSet function is included in MATLAB 2014a image processing toolbox but not in MATLAB 2013a's.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!