Borrar filtros
Borrar filtros

how can we normalise the y-axis of histfit so as to represent it like probability density plot?

2 visualizaciones (últimos 30 días)
I need to plot pdf of a time series data. I can do it with f=hist(data,bins) and pdf=f/length(data), but I want to do it with histfit(data), and this doesnt give a normalised y-axis.So how can I continue with this command to get a plot like pdf?

Respuestas (1)

abduall hassn
abduall hassn el 3 de Nov. de 2016
used log function or min/ max normalization

Categorías

Más información sobre Log Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by