Undefined function or variable 'imageDatastore'

조회 수: 15 (최근 30일)
suraj singh
suraj singh 2018년 10월 16일
편집: Walter Roberson 2019년 4월 14일
I am using R2015a when i use imageDatastore it give error undefined function or variable. Please suggest some solution

답변 (3개)

KSSV
KSSV 2018년 10월 16일
It is introduced in 2015b and you need to have imageDatastore tool box to access it. More check here:
  댓글 수: 2
suraj singh
suraj singh 2018년 10월 16일
sir i don not have 2015b, i have 2015a. Please suggest any solution
Walter Roberson
Walter Roberson 2019년 4월 14일
편집: Walter Roberson 2019년 4월 14일
The solution would be to get a job at Mathworks to port all of the datastore functions into an update for R2015a so that you could apply the update rather than having to upgrade to R2015b (or, better, R2016a) I think this would be difficult to do, as I doubt that Mathworks would consider it to be a good use of an employee or intern's time.

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


madhan ravi
madhan ravi 2018년 10월 16일
편집: madhan ravi 2018년 10월 16일
  댓글 수: 3
madhan ravi
madhan ravi 2018년 10월 16일
still the same , what error does it show?
suraj singh
suraj singh 2018년 10월 16일
it shows error: Cannot find a datastore for the location specified. The location might not be supported by any datastore or an error occurred while trying to create your datastore. You can specify the 'DatastoreType' name-value pair argument to select a specific datastore type.

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


Walter Roberson
Walter Roberson 2018년 10월 16일
The function imageDataStore() was added in R2016a, but the class was added in R2015b and could be used with datastore() type 'image'. Before R2015b there was no support for data stores of images.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by