how to compare two cell array

조회 수: 117 (최근 30일)
sarfudeen
sarfudeen 2013년 5월 30일
답변: José Crespo Barrios 2018년 12월 11일
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
José-Luis
José-Luis 2013년 5월 30일
What have you tried so far? What problems have you encountered in your implementation?

댓글을 달려면 로그인하십시오.

답변 (2개)

José Crespo Barrios
José Crespo Barrios 2018년 12월 11일
cellfun(@isequal, cell_1, cell_2)

Muruganandham Subramanian
Muruganandham Subramanian 2013년 5월 30일
편집: Muruganandham Subramanian 2013년 5월 30일

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by