How to turn on the function hints on command line?
4 views (last 30 days)
Show older comments
motevalizadeh
on 21 Apr 2018
Commented: motevalizadeh
on 21 Apr 2018
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 Comments
Accepted Answer
Image Analyst
on 21 Apr 2018
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.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!