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

조회 수: 1 (최근 30일)
how to store images foe classification. I cannot dind the imDatastore command in the Matlab version 2015
  댓글 수: 1
dpb
dpb 2018년 12월 5일
A search at TMW didn't find anything called imDatastore -- but perhaps Walter's Answer will help https://www.mathworks.com/matlabcentral/answers/285228-problem-with-imagedatastore-function?s_tid=answers_rc1-1_p1_MLT#answer_222947 ???
There seems to be a name clash between a data class introduced in R2015 and a function not introduced until R2016...

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2018년 12월 5일
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 2018년 12월 6일
ok. Thank you

카테고리

Help CenterFile Exchange에서 Language Support에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by