mohamed-helala / pmtk3

Automatically exported from code.google.com/p/pmtk3
MIT License
0 stars 0 forks source link

error casinoDemo #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.modelEM = hmmFit(observed, nstates, 'discrete', ...
    'maxIter', 1000, 'verbose', true, 'convTol', 1e-7, 'nRandomRestarts', 3);
2.
3.

What is the expected output? What do you see instead?

??? Error using ==> normalize
Too many input arguments.

Error in ==> discreteFit at 32
model.T = normalize(bsxfun(@plus, counts, colvec(alpha-1)), 1);

What version / revision of the product are you using? On what operating
system?

pmtk3-3jan11. Windows 7. Matlab R2010a

Please provide any additional information below.

Original issue reported on code.google.com by emilio_l...@yahoo.es on 23 May 2012 at 12:05

GoogleCodeExporter commented 9 years ago
When I run runDemos everything worked fine. WHy do I receive this error when 
running the casinoDemo? Thank-you

Original comment by emilio_l...@yahoo.es on 23 May 2012 at 12:07

GoogleCodeExporter commented 9 years ago
Fixed. Was just a path priority issue. Thanks

Original comment by emilio_l...@yahoo.es on 23 May 2012 at 12:48

GoogleCodeExporter commented 9 years ago
Moved to GitHub: https://github.com/probml/pmtk3/issues/40

Original comment by irosen on 4 Jan 2014 at 2:36