help-octave
[Top][All Lists]
Advanced

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

plotting uint8 data


From: Dmitri A. Sergatskov
Subject: plotting uint8 data
Date: Wed, 16 Sep 2009 17:32:10 -0500

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?

Sincerely,

Dmitri.
--


reply via email to

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