bin_data=i​mbinarize(​r_data);

2 ビュー (過去 30 日間)
Ansam Nazar
Ansam Nazar 2019 年 12 月 7 日
コメント済み: Ansam Nazar 2019 年 12 月 11 日
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 日
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.

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by