To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / matlab / flstUpdateModel.m @ 0:1df4a6fb0d22

History | View | Annotate | Download (160 Bytes)

1
function d = flstUpdateModel(d, mdl)
2

    
3
d.from = mdl.transFrom;
4
d.to   = mdl.transTo;
5
d.prob = mdl.transProb;
6
d.init = mdl.init;
7
d.nTrans = length(mdl.transFrom);