I have these two sets of data one a vector being the length of particles(L),and the other a vector of the number of particles of a particular length(N). I can plot N versus L alright but the problem is the points in L are not equally spaced, therefore the N (Vs.)L plot is not exactly a histogram. My question is how to convert these two sets of data into a histogram?
making a single vector out of L and N ( a vector of length where each particular Li is repeated Ni times) is out of question since the elements in N are in the order of millions and the produced vector will be bigger than what mathcad can handle.