Histogram decimal value error

1 Ansicht (letzte 30 Tage)
Seemab  Janjua
Seemab Janjua am 8 Dez. 2015
Beantwortet: Star Strider am 8 Dez. 2015
Undefined function 'histogram' for input arguments of type 'double', in this code x = randn(1000,1); nbins = 25; h = histogram(x,nbins)

Akzeptierte Antwort

Star Strider
Star Strider am 8 Dez. 2015
The histogram function was introduced in R2014b. If you’re using an earlier version, use hist (or one of its friends).

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by