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
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
Esraa Abdelkhaleq 2017 年 1 月 31 日
編集済み: Esraa Abdelkhaleq 2017 年 1 月 31 日
I wrote my model name as,
ssatool('Gambhir.m')
And I also tried without the extension .m
ssatool('Gambhir')
dpb
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
Esraa Abdelkhaleq 2017 年 1 月 31 日
This link contains what I asked about,
And what I want is to do a parameter sensitivity analysis to my equation model but I do not know how to do this. I would be pleasure If you can help me in solving my problem in the following link:
Thanks a lot.
dpb
dpb 2017 年 1 月 31 日
編集済み: dpb 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 ExchangeSymbolic Math Toolbox についてさらに検索

タグ

質問済み:

2017 年 1 月 31 日

編集済み:

dpb
2017 年 1 月 31 日

Community Treasure Hunt

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

Start Hunting!

Translated by