Error that makes no sense at all
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Steven Lord
le 23 Fév 2017
In that case, Adam can you submit your comment as an answer so Stephen can accept that answer and give you credit?
Réponses (1)
Adam
le 23 Fév 2017
What is the result of
which histogram -all
?
At a guess you have probably created your own function with that name
0 commentaires
Voir également
Catégories
En savoir plus sur Histograms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!