Entropy Error - Index exceeds the number of array elements (1).

When I run:
I = imread('circuit.tif');
J = entropy(I)
I get the error:
Index exceeds the number of array elements (1).
The same error occurs with the example at:
openExample('images/CalculateEntropyOfGrayscaleImageExample')
The Image Processing Toolkit is installed. The image is in the path.
What could be causing this error?
Any help would be appreciated.

2 Comments

Thank you for your answer, but how does your answer solve my problem?

Sign in to comment.

 Accepted Answer

Marc McLean
Marc McLean on 17 Oct 2019
Edited: Marc McLean on 17 Oct 2019
I upgraded to R2019b from R2018b and there is no problem.

More Answers (0)

Categories

Products

Release

R2018b

Tags

Asked:

on 16 Oct 2019

Edited:

on 17 Oct 2019

Community Treasure Hunt

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

Start Hunting!