Undefined function 'imhistc' for input arguments of type 'uint8'.
이전 댓글 표시
Im trying to get the histogram of an image using imhist. however its showing the above error? i tried which imhistc and its not found. Im using matlab R2016
댓글 수: 1
Akshay
2016년 7월 29일
I face the same problem. Canny edge detector as it, like imhist, depends on the function imhistc, which is somehow not present in our computers.
채택된 답변
추가 답변 (1개)
Elena
2026년 3월 26일 16:40
0 개 추천
To use the imhistc function you need to install 'Image Processing Toolbox'. You can install it in Matlab Add-Ons.
카테고리
도움말 센터 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!