Why don't these functions exist?

I just downloaded Matlab R2015b without any Toolboxes or Simulink (just the base matlab) for reasons of memory. I was wondering if this was why I don't have access to functions like "knnsearch" and "syms". For example
help knnsearch
Gives an error saying:
knnsearch not found.
Use the Help browser search field to search the documentation, or type "help help" for help command options, such as help for methods.

 Respuesta aceptada

Stephen23
Stephen23 el 7 de Mzo. de 2016
Editada: Stephen23 el 7 de Mzo. de 2016

0 votos

Obviously it is not possible to use functions from toolboxes that you do not have. And the online documentation makes it easy to check what toolbox a function is in. Open these pages and check the top left-hand corner, just under the "Contents" title:
http://www.mathworks.com/help/stats/knnsearch.html says "Statistics and Machine Learning Toolbox"
This info is also shown in the web-address/URL for each page, and is repeated at the bottom of the page too.
To know what toolboxes you have installed, run ver in the command window. Without those toolboxes you cannot use those functions.

1 comentario

David Hampton
David Hampton el 7 de Mzo. de 2016
Thanks, I was more looking for confirmation of it being the fact I didn't download any Toolboxes. I am in a lecture atm so I didnt have time to actually research it thoroughly, thanks :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Downloads en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 7 de Mzo. de 2016

Comentada:

el 7 de Mzo. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by