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.

 Accepted Answer

Stephen23
Stephen23 on 7 Mar 2016
Edited: Stephen23 on 7 Mar 2016
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 Comment

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 :)

Sign in to comment.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!