bin_data=imbinarize(r_data);
Show older comments
I use matlab 2018a , the code :
bin_data=imbinarize(r_data);
the error was
Undefined function or variable 'imbinarize'.
can anyone help me?
Answers (1)
Walter Roberson
on 7 Dec 2019
0 votes
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 Comment
Ansam Nazar
on 11 Dec 2019
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!