Whenever I type a imshow function it gives me error like Undefined function 'imshow' for input arguments of type 'uint8' ..what can I do ?? I have matlabR2014a help me pls
조회 수: 1 (최근 30일)
이전 댓글 표시
답변 (1개)
Walter Roberson
2017년 7월 16일
imshow() was part of the Image Processing Toolbox back then. You will need to substitute image() or imagesc() depending on your use.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!