Question: MATLAB Programming 2. Ch8-Variation on # 9 Write a function catitl that will receive one input argument, which is a cell array. If the cell
MATLAB Programming

2. Ch8-Variation on # 9 Write a function catitl that will receive one input argument, which is a cell array. If the cell array contains only strings, it will return two strings : one string is all of the strings from the cell array concatenated together, the other string is combing the last alphabets of each word in cell array. Otherwise, it will return two empty strings. >>fishies-'tuna', 'shark', 'salmon' >>[strl,str2]-catitl (fishies) strl- tunasharksalmon' str2 akn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
