I am getting following error during reading an image. Please anyone can help me to figure out the problem
2 views (last 30 days)
Show older comments
Accepted Answer
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)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!