breakpoints
显示 更早的评论
Hi,
I have a long matrix of breakpoints: for example, 0.19 0.49 0.69 0.93 1.69
is there an easy function to determine if I have a value of 0.55 for example that this value would fall under the third category since it is between 0.49 and 0.69?
采纳的回答
更多回答(1 个)
Walter Roberson
2011-6-11
[v, idx] = histc(x, [-inf breakpoints]);
then the value you want is idx
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!