how to compare matlab cells or structs

urso picture urso · Feb 24, 2011 · Viewed 18k times · Source

Possible Duplicate:
Octave/MATLAB: How to compare structs for equality?

is there a simple comparison function for matlab cell or struct objects? using '==' doesn't seem to work :(

Answer

b3. picture b3. · Feb 24, 2011

If you want to know if two cell arrays or struct objects are exactly equal you could always use isequaln.