Undefined function 'goodnessOfFit' for input arguments of type 'double'

6 views (last 30 days)
After uploading to 2014b, I get the error message : "Undefined function 'goodnessOfFit' for input arguments of type 'double'" in a code which previously worked (2013a). The 2014b HELP page about this function doesn't indicate a different way to use it. What can I do ?

Answers (1)

Guillaume
Guillaume on 28 Nov 2014
Usually, this type of error is due to the fact that the function can't be found.
Matlab tells me that goodnessOfFit comes from the System Identification Toolbox, so make sure it's installed.
To check it it installed:
ver

Categories

Find more on Statistics and Machine Learning 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!