octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Conversion from uint8 to char fails


From: Judd Storrs
Subject: Re: Conversion from uint8 to char fails
Date: Wed, 22 Apr 2009 17:14:49 -0400

Ack, it seems to have worked in 3.0.1, but not in the mercurial checkout version from this afternoon. I'll rebuild from the the 3.1.55 snapshot tarball and see if the problem is there.

--judd


On Wed, Apr 22, 2009 at 5:03 PM, Judd Storrs <address@hidden> wrote:
Here's another difference between octave and matlab:

octave:1> x = char(uint8(65))
warning: range error for conversion to character value
error: value on right hand side of assignment is undefined

matlab> x = char(uint8(65))

x =

A


--judd


reply via email to

[Prev in Thread] Current Thread [Next in Thread]