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.

1 件のコメント

Ansam Nazar
Ansam Nazar 2019 年 12 月 11 日
Thank you very much.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

タグ

質問済み:

2019 年 12 月 7 日

コメント済み:

2019 年 12 月 11 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by