Azzera filtri
Azzera filtri

how to compare two cell array

129 visualizzazioni (ultimi 30 giorni)
sarfudeen
sarfudeen il 30 Mag 2013
code for comparing the values present in two cell array.
For example,
one cell array containing two columns with date as one column and time as other column.
The other cell array also looks the same as above.
Now I want to compare date and time column of one cell array with the other cell array which contains date and time column.
Kindly provide me the code.
Regards, M. Sarfudeen
  1 Commento
José-Luis
José-Luis il 30 Mag 2013
What have you tried so far? What problems have you encountered in your implementation?

Accedi per commentare.

Risposte (2)

José Crespo Barrios
José Crespo Barrios il 11 Dic 2018
cellfun(@isequal, cell_1, cell_2)

Muruganandham Subramanian
Muruganandham Subramanian il 30 Mag 2013
Modificato: Muruganandham Subramanian il 30 Mag 2013

Community Treasure Hunt

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

Start Hunting!

Translated by