Undefined function 'imhistc' for input arguments of type 'uint8'.
Ältere Kommentare anzeigen
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 Kommentar
Akshay
am 29 Jul. 2016
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.
Akzeptierte Antwort
Weitere Antworten (1)
Elena
am 26 Mär. 2026 um 16:40
0 Stimmen
To use the imhistc function you need to install 'Image Processing Toolbox'. You can install it in Matlab Add-Ons.
Kategorien
Mehr zu Histograms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!