bin_data=imbinarize(r_data);
이전 댓글 표시
I use matlab 2018a , the code :
bin_data=imbinarize(r_data);
the error was
Undefined function or variable 'imbinarize'.
can anyone help me?
답변 (1개)
Walter Roberson
2019년 12월 7일
0 개 추천
You need to have the Image Processing Toolbox installed and licensed.
Note: imbinarize was new in R2016a, but you do have a version more recent than that.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!