MATLAB - String Handling
Given a string array
strArr = ["cat", "dog", "bird"], how can you convert it to a character array where each word is a row padded with spaces?