I wish to horizontally concatenate lines of a cell array of strings as shown below.
start = {'hello','world','test';'join','me','please'}
finish = {'helloworldtest';'joinmeplease'}
Are there any built-in functions that accomplish the above transformation?