help-octave
[Top][All Lists]
Advanced

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

Re: difficulties with Histograms


From: JokerOne
Subject: Re: difficulties with Histograms
Date: Tue, 26 Jan 2016 03:38:07 -0800 (PST)

Welcome!

I am sorry, I do not really understand your issue. Maybe you could point it
out somewaht more apparent?

Anyway, try to create an example script that underlines your question.

e.g.:
x = rand(100,1); % Creates a vector containing 100 random values in between
[0,1]
hist(x); % plot a histogramm

Now what would you like to get with this histogramm?
Maybe define the bins, number of bins, center of bins or so?

Maybe 
help hist
could help you?




--
View this message in context: 
http://octave.1599824.n4.nabble.com/difficulties-with-Histograms-tp4674511p4674528.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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