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 ExchangeIntroduction to Installation and Licensing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by