help-octave
[Top][All Lists]
Advanced

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

Re: plotting uint8 data


From: Rob Mahurin
Subject: Re: plotting uint8 data
Date: Wed, 16 Sep 2009 19:18:32 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed, Sep 16, 2009 at 05:32:10PM -0500, Dmitri A. Sergatskov wrote:
> I have problems plotting uint8 type data. The data set seems to get
> truncated at index=256. I.e. if I do:
> 
> x = uint8(100*(randn(1,300)+1));
> plot(x)
> 
> then only first 256 data points gets plotted.
> 
> This is with 3.2.2 and a recent 4.3 cvs gnuplot....
> 
> Does anyone see the same?

I see this with 3.2.3rc4.  A workaround is plot(double(x)).

Cheers,
Rob


reply via email to

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