bin_data=i​mbinarize(​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
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!

Translated by