bin_data=i​mbinarize(​r_data);

2 vues (au cours des 30 derniers jours)
Ansam Nazar
Ansam Nazar le 7 Déc 2019
Commenté : Ansam Nazar le 11 Déc 2019
I use matlab 2018a , the code :
bin_data=imbinarize(r_data);
the error was
Undefined function or variable 'imbinarize'.
can anyone help me?

Réponses (1)

Walter Roberson
Walter Roberson le 7 Déc 2019
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 commentaire
Ansam Nazar
Ansam Nazar le 11 Déc 2019
Thank you very much.

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by