Undefined function when trying to open sensitivity analysis tool
Afficher commentaires plus anciens
When I try to open the sensitivity analysis tool by typing:
ssatool('modelname')
as it is mentioned in the documents for the sensitivity analysis, this error appears and I do not know what is the problem?
Undefined function 'ssatool' for input arguments of type 'char'.
5 commentaires
dpb
le 31 Jan 2017
'modelname' is a character string; the documentation means to use the variable name you've defined for your model, not a literal string.
Esraa Abdelkhaleq
le 31 Jan 2017
Modifié(e) : Esraa Abdelkhaleq
le 31 Jan 2017
dpb
le 31 Jan 2017
Oh, well, I didn't look at doc, I don't find any function ssatool; there is something called sdotool; mayhaps that's the problem???
Esraa Abdelkhaleq
le 31 Jan 2017
I note the above link shows "Introduced in R2016a" -- which release are you running? Or, another way to look, what does
which ssatool
return?
Réponses (0)
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!