How to turn on the function hints on command line?

5 ビュー (過去 30 日間)
motevalizadeh
motevalizadeh 2018 年 4 月 21 日
コメント済み: motevalizadeh 2018 年 4 月 21 日
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.

採用された回答

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

カテゴリ

Help Center および File ExchangeGet Started with Control System Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by