Binary threshold finding?
2 次查看(过去 30 天)
显示 更早的评论
if i have 2 matrices:
A=
17 24 1 8 15
23 5 7 14 16
4 6 13 20 22
10 12 19 21 3
11 18 25 2 9
B=
0 0 1 1 0
0 1 1 0 0
1 1 1 0 0
1 1 0 0 1
1 0 0 1 1
How do we know that the threshold is 13.
i mean, what fuction should i apply on these two matrices (A and B), so the we automatically get the answer that threshold is 13 (above 13 is '0' and below 13 is '1')?
kindly tell me the function OR something @image anylst
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!