Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
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 Commenti
Jan
Jan il 20 Ott 2016
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 il 20 Ott 2016
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.

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by