Question: Matlab Problem Clean-up Your job is to write a function CleanUp to tidy up a sentence. The words are separated by one or more spaces.
Matlab Problem

Clean-up Your job is to write a function CleanUp to tidy up a sentence. The words are separated by one or more spaces. Spaces should not appear at the beginning or end of your output sentence. The sentence could be either a string or a character array. The output sentence should be the same datatype as the input. For example: >string-" ours is not to reason why stringout = stringout-CleanUp (string) "ours is not to reason why > charAr ours is not to reason why charArout CleanUp(charAr) ours is not to reason why Your Function Save C Reset MATLAB Documentation 1 function outputSentence - CleanUp(sentence) % Your code goes here % 5 end Code to call your function C Reset 1 stringout-CleanUp( ours is not to reason why" Run Function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
