Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to count the values with a specific condition in different cells of an array?

1 次查看(过去 30 天)
Hi, I have an array that consists of cells with different lengths. I need to count the number of values which has the absolute difference less than 6. For example in the attached image in the cells [2,20,3] and [4,1,15], 2 and 4, 2 and 1 and 20 and 15, 3 and 4, 3 and 1 has absolute difference less than 6, I need the number of them that is 5. Here in this example the lengths of cells are equal, but in the real case they may have different lengths. Would you please help me code this in MATLAB?
  2 个评论
Jan
Jan 2016-10-20
Please post the code, which creates the "array of cells with different lengths". Any suggestion requires the creation of the data at first and at least I am not sure, what this sentence mean.
Adam
Adam 2016-10-20
Also you should always try to give an example that is as simple as possible yet that still encapsulates the most complex cases you are looking for a solution for. Showing an example where all are the same length is not a good idea if you want a solution for the case where all are different length. In this case the solution is quite likely the same, but it is good practice to post an example that accurately reflects your true problem.

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by