MATLAB - String Handling
Given two string arrays
A = ["one", "Two", "three"] and B = ["One", "two", "Three"], which MATLAB expression returns a logical array indicating case-insensitive equality?