i'm trying to use hmm tool box but i'm getting some error with the following code please help me out
1 回表示 (過去 30 日間)
古いコメントを表示
avinash pabbireddy
2013 年 10 月 7 日
回答済み: avinash pabbireddy
2013 年 10 月 10 日
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'.
0 件のコメント
採用された回答
Walter Roberson
2013 年 10 月 7 日
mk_stochastic appears to be part of http://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html . You need to download that toolbox and install it and add the installation directory to your MATLAB path using pathtool
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Downloads についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!