pmtk3 icon indicating copy to clipboard operation
pmtk3 copied to clipboard

hmmFit in Octave: syntax error

Open ido opened this issue 11 years ago • 1 comments

From [email protected] on April 24, 2011 08:41:16

What steps will reproduce the problem? 1. run hmmDiscreteTest.m What is the expected output? What do you see instead? syntax error [~,z] = max(pz,[],2) What version / revision of the product are you using? On what operating system? pmtk3 Octave 3.2.4 Windows7

Original issue: http://code.google.com/p/pmtk3/issues/detail?id=26

ido avatar Jan 04 '14 01:01 ido

From [email protected] on June 13, 2011 03:26:35

Changelog for Octave 3.4:

"...Matlab-style ignoring input and output function arguments using tilde (~) is now supported. Ignored output arguments may be detected from a function using the built-in function `isargout'. For more details, consult the manual."

So just update

ido avatar Jan 04 '14 01:01 ido