yasumasamiyamoto / pmtk3

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

hmmFit in Octave: syntax error #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by ma0...@gmail.com on 24 Apr 2011 at 12:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

Original comment by arnold.m...@gmail.com on 13 Jun 2011 at 10:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Moved to GitHub: https://github.com/probml/pmtk3/issues/26

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