How to fix graythresh error?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I have a simple problem with matlab.
when I run below code , it return error.
whats the problem?
I=imread('coins.png');
level=graythresh(I);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/750299/image.png)
how can I fix it?
0 件のコメント
採用された回答
Image Analyst
2021 年 9 月 27 日
The code you gave runs fine:
I=imread('coins.png');
level=graythresh(I)
0 件のコメント
その他の回答 (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!