Back to Browse

HowTo Plot A Histogram in GNU Octave

4.9K views
Apr 9, 2020
13:47

In this video i am going to show "quick&dirty" how to plot the histogram of a vector containing random numbers in GNU Octave. # The code from the video is available here: https://textuploader.com/142ec # Some background about the histogram is available here: https://en.wikipedia.org/wiki/Histogram # Some background about the normal distribution (normrnd(mu,sigma) command) is available here. Have a look at he parameters mean and standard deviation! : https://en.wikipedia.org/wiki/Normal_distribution # Some background about the probability density function (histogram can be an estimation for it) is available here: https://en.wikipedia.org/wiki/Probability_density_function # Here you can find the statistics package for GNU Octave with the built-in normrnd()-function: https://octave.sourceforge.io/statistics/ # You can download GNU Octave here: https://www.gnu.org/software/octave/ # # Thumbs up and subscribe if you like this type of content :)

Download

1 formats

Video Formats

360pmp418.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

HowTo Plot A Histogram in GNU Octave | NatokHD