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.

 채택된 답변

Stephen23
Stephen23 2016년 3월 7일
편집: Stephen23 2016년 3월 7일

0 개 추천

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

David Hampton
David Hampton 2016년 3월 7일
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 :)

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Downloads에 대해 자세히 알아보기

제품

질문:

2016년 3월 7일

댓글:

2016년 3월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by