Undefined function when trying to open sensitivity analysis tool
이전 댓글 표시
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
dpb
2017년 1월 31일
'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
2017년 1월 31일
편집: Esraa Abdelkhaleq
2017년 1월 31일
dpb
2017년 1월 31일
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
2017년 1월 31일
I note the above link shows "Introduced in R2016a" -- which release are you running? Or, another way to look, what does
which ssatool
return?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!