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 日
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!