MATLAB - String Handling
You want to compare two cell arrays of strings
c1 = {'cat', 'dog'} and c2 = {'Cat', 'dog'} ignoring case. Which MATLAB code correctly returns a logical array indicating matches?