how to compare two cell array

157 ビュー (過去 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 Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by