Borrar filtros
Borrar filtros

Problem accessing datastore() in R2014b

1 visualización (últimos 30 días)
a.tom
a.tom el 17 de Feb. de 2015
Comentada: Sean de Wolski el 23 de Feb. de 2015
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 comentario
Sean de Wolski
Sean de Wolski el 23 de Feb. de 2015
No, datastore is in base MATLAB. Likely a path issue as Aaditya has suggested.

Iniciar sesión para comentar.

Respuestas (1)

Aaditya Kalsi
Aaditya Kalsi el 23 de Feb. de 2015
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

Categorías

Más información sobre Datastore en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by