how to store image in an older version of MATLAB like R2015 as I cannot find the imDatastore command

1 view (last 30 days)
how to store images foe classification. I cannot dind the imDatastore command in the Matlab version 2015

Answers (2)

Walter Roberson
Walter Roberson on 5 Dec 2018
In r2015a it does not exist and cannot be used.
In r2015b the object class exists but does not have a public constructor . In that release use datastore() with 'Type','image'

ayesha
ayesha on 6 Dec 2018
ok. Thank you

Categories

Find more on Language Support 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!