Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Sherwin
Sherwin el 20 de Oct. de 2016
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
Jan
Jan el 20 de Oct. de 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 el 20 de Oct. de 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.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by