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개)

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

태그

질문:

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