Undefined function "transprob" for input arguments of type "table"
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!