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

19 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Jul 2019
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:

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!