MATLAB: Matlab r2015b have not support for imageDataStore

matlab r2015b

Recently I have installed Matlab r2015b.
I want to proccess some images using imageDatastore but there are no imageDatastore function in r2015b. So I used dataStore and it returned imageDatastore object.
This object have not function that described in Matlab documentation.
For example:
So how can I use this functions in Matlab r2015b?

Best Answer

The note at the bottom of the imageDatastore object documentation page states that it was introduced in release R2016a.