Error that makes no sense at all
조회 수: 1 (최근 30일)
이전 댓글 표시
Suddenly the histogram function doesn't generate plots. I tested it with this:
>> x = randn(10000,1);
>> h = histogram(x)
Error using histogram
Too many input arguments.
What gives?
댓글 수: 6
Steven Lord
2017년 2월 23일
In that case, Adam can you submit your comment as an answer so Stephen can accept that answer and give you credit?
답변 (1개)
Adam
2017년 2월 23일
What is the result of
which histogram -all
?
At a guess you have probably created your own function with that name
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!