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

6 visualizzazioni (ultimi 30 giorni)
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 ?

Risposte (1)

Guillaume
Guillaume il 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

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by