I am getting following error during reading an image. Please anyone can help me to figure out the problem
조회 수: 1 (최근 30일)
이전 댓글 표시
![I am getting following error during reading an image. Please anyone can help me to figure out the problem](https://www.mathworks.com/matlabcentral/answers/uploaded_files/522047/I%20am%20getting%20following%20error%20during%20reading%20an%20image.png)
댓글 수: 0
채택된 답변
Walter Roberson
2021년 2월 17일
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)
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!