bin_data=imbinarize(r_data);
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I use matlab 2018a , the code :
bin_data=imbinarize(r_data);
the error was
Undefined function or variable 'imbinarize'.
can anyone help me?
0 Kommentare
Antworten (1)
Walter Roberson
am 7 Dez. 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.
Siehe auch
Kategorien
Mehr zu Oceanography and Hydrology finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!