How to turn on the function hints on command line?

조회 수: 4 (최근 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 CenterFile Exchange에서 Get 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