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

MATLAB Programming 2. Ch8-Variation on # 9 Write a function catitl that

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!