i'm trying to use hmm tool box but i'm getting some error with the following code please help me out
Mostrar comentarios más antiguos
O = 6;
Q = 6;
prior0 = normalise(rand(Q,1));
transmat0 = mk_stochastic(rand(Q,Q));
obsmat0 = mk_stochastic(rand(Q,O));
Undefined function 'mk_stochastic' for input arguments of type 'double'.
Respuesta aceptada
Más respuestas (1)
avinash pabbireddy
el 10 de Oct. de 2013
0 votos
Categorías
Más información sobre Downloads 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!