i'm trying to use hmm tool box but i'm getting some error with the following code please help me out
Ältere Kommentare anzeigen
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'.
Akzeptierte Antwort
Weitere Antworten (1)
avinash pabbireddy
am 10 Okt. 2013
0 Stimmen
Kategorien
Mehr zu Downloads finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!