I have many bin files (depth maps let's say 300x200). And there are classes: car(50 pictures), person(50 pictures) and dog(50 pictures).
How can I import all these files to matlab to array.
I found the function: fid=fopen (but it opens one file only).
Mask like "*.bin" doesn't help in this case.
I need later use this depth maps for feature extraction.
More answer...