MATLAB: How do i fill a table with strings

MATLABstringtable

Hi everyone,
so i want to fill a table (48 x 5) with a 48 x 5 string. And somehow i don't seem to get the right code to do that.
Can someone please help me. Thank you very much.
Best regards
Julian

Best Answer

array2table(a) % where a is 45 X 5 string array