MATLAB - String Handling
Given two string arrays
A = ['one'; 'two'] and B = ['red'; 'blue'], which MATLAB code concatenates corresponding rows, producing {'onered', 'twoblue'}?