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?

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Dic. de 2019

0 votos

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.

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 7 de Dic. de 2019

Comentada:

el 11 de Dic. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by