I am getting following error during reading an image. Please anyone can help me to figure out the problem

1 view (last 30 days)
I am getting following error during reading an image. Please anyone can help me to figure out the problem

Accepted Answer

Walter Roberson
Walter Roberson on 17 Feb 2021
You named your script image.m and in that script you have something that calls image(). What is your expectation about how MATLAB should decide whether image is a reference to the built-in MATLAB function image() or to the script you named image?
(It is, by the way, valid to invoke the function image() with no inputs and no outputs)

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!