function X=xvals(pdf) % xvals(pdf) generates a row vector of the 'x' values for a pdf X=(pdf(2:length(pdf(:,1)),1))';