Error that makes no sense at all

1 次查看(过去 30 天)
Stephen Thompson
Stephen Thompson 2017-2-22
回答: Adam 2017-2-23
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 个评论
Stephen Thompson
Stephen Thompson 2017-2-23
Indeed I had something added to my path with a histogram.m in it.
Steven Lord
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
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

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by