Undefined function 'histogram' for input arguments of type 'double', in this code x = randn(1000,1); nbins = 25; h = histogram(x,nbins)

 採用された回答

Star Strider
Star Strider 2015 年 12 月 8 日

0 投票

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

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2015 年 12 月 8 日

回答済み:

2015 年 12 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by