I am getting following error during reading an image. Please anyone can help me to figure out the problem
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Walter Roberson
am 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)
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!