Why I see an error 'coefci' or 'paramci' not found in MATLAB?

조회 수: 17 (최근 30일)
Why I see an error 'coefci' or 'paramci' not found in MATLAB?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 7월 22일
This is caused by the way the function 'coefci' and 'paramci' have to be invoked.
These are method of classes in the Statistics and Machine Learning Toolbox. That is why the functions can only be used, when a correct object was declared and used as the input.
Please read through the documentation on how to work with these objects:
You could also directly try to read through the help by using the following command on the 'paramci' method:
>> help prob.normaldistribution.paramci
Here you can see how MATLAB searches for functions:

추가 답변 (0개)

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by