Effacer les filtres
Effacer les filtres

Subscript indices must either be real positive integers or logicals.

2 vues (au cours des 30 derniers jours)
Nithya SIvasamy
Nithya SIvasamy le 30 Jan 2016
Commenté : Stephen23 le 30 Jan 2016
I got this error when i found the mean of a histogram. I have used
[pixelCount grayLevels] = imhist(Im);
meanOriginal = sum(pixelCount .* grayLevels) / sum(pixelCount);
  1 commentaire
Stephen23
Stephen23 le 30 Jan 2016
Have you defined a varibale named sum ?
Please tell us exactly the output of
which sum -all

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 30 Jan 2016
You have probably named a variable sum, interfering with the use of the sum function.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by