Undefined function "transprob" for input arguments of type "table"

2 views (last 30 days)
Hi,
I am trying to run a model which uses the transprob function but when the code reaches that point I get an error message:
" Undefined function "transprob" for input arguments of type "table" ".
I checked the ver command and I see that the Financial toolbox is installed.
I also copied the MathWorks example:
------------------------------------
load Data_TransProb
% Estimate transition probabilities with default settings
transMat = transprob(data)
-------------------
and I still get the same error. How is this possible?
Dimitra

Accepted Answer

madhan ravi
madhan ravi on 13 Jul 2020
You may not have the license for it.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2017a

Community Treasure Hunt

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

Start Hunting!