Question: Write a function called RemoveConsonants which removes all the consonants in a given phrase. The upper and lower case of the remaining characters should remain

Write a function called RemoveConsonants which removes all the consonants in a given phrase. The upper and lower case of the remaining characters should remain unchanged. The input and output phrases are string scalars. The input string could be any length. Hint: The function should work for both upper and lower case. Restrictions: Loops should not be used. The internal functions char(), string(), and ismember() should be used.Write a function called RemoveConsonants which removes all the consonants in agiven phrase. The upper and lower case of the remaining characters should

Remove all consonants Write a function called RemoveConsonants which removes all the consonants in a given phrase. The upper and lower case of the remaining characters should remain unchanged. The input and output phrases are string scalars. The input string could be any length. Hint: The function should work for both upper and lower case. Restrictions: Loops should not be used. The internal functions char), string), and ismember) should be used Ex: >>1"Jack and Jill went up the hill"; >>output RemoveConsonants (s1) output = "a aieu ei" >S1The Super Mario Game Everyone Was Waiting For Is Finally Out." outputRemoveConsonants (s1) output "e ue aio ae Eeoe a aii o I ia Ou

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!