필터 지우기
필터 지우기

Problem accessing datastore() in R2014b

조회 수: 1 (최근 30일)
a.tom
a.tom 2015년 2월 17일
댓글: Sean de Wolski 2015년 2월 23일
I am trying to use datastore(), and MATLAB R2014b (8.4.0.150421, 64-bit under Windows 7 64-bit) does not seem to know what I am talking about.
I try: ">> help datastore" and it cannot find a 'datastore' entry. When I try any of the sample-code I can find for using datastore, it similarly fails ('Undefined function 'datastore' for input arguments of type 'char'').
Do I need a certain toolbox in order to access datastore?
Thanks, Alex
  댓글 수: 1
Sean de Wolski
Sean de Wolski 2015년 2월 23일
No, datastore is in base MATLAB. Likely a path issue as Aaditya has suggested.

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

답변 (1개)

Aaditya Kalsi
Aaditya Kalsi 2015년 2월 23일
Alex,
Is it possible that you changed the MATLAB path and can no longer see the datastore function?
Could you try the following:
>> restoredefaultpath;
>> rehash toolboxcache;
>> which datastore

카테고리

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