How to turn on the function hints on command line?

4 views (last 30 days)
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):
I visited this article but the problem is available yet.

Accepted Answer

Image Analyst
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)

Categories

Find more on Get Started with Control System Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!