Count number of values in matrix within given range

后端 未结 5 1734
小鲜肉
小鲜肉 2020-12-10 08:46

I have matrix

A=[2 3 4 5 6 7;
   7 6 5 4 3 2]

I want to count how many number of elements have a value greater than 3 and less than 6.

5条回答
提交回复
热议问题