I would like to make a histogram of every column of a matrix, but I want the bins to be logarithmic and also normalized. And after I create the histogram I want to make a f
I think the correct syntax would be Normalization. To make it logarithmic, you have to change the axes object. For example :
Normalization
ha = axes; y = histogram( x,'Normalization','probability' ); ha.YScale = 'log';