How to turn on the function hints on command line?
4 ビュー (過去 30 日間)
古いコメントを表示
Im using mathlab 2016a. On the command line function hints will not list available commands and functions. As an example(my commands):
load fisheriris;
X=meas; % Inputs
Y=species; % Targets
bc=NaiveBayes.fit(X,Y);
Now when i type "bc." on command line and it doesn't show function lists as you can see on this photo. This photo has been taken from a studying video with matlab 2013a(I think):
0 件のコメント
採用された回答
Image Analyst
2018 年 4 月 21 日
What toolbox is NaiveBayes in? It doesn't seem to be in my Statistics and Machine Learning Toolbox.
Try typing a tab right after you hit dot and see if that brings up the list of properties and methods.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!