Question: IN MATLAB PLZ Write a function called isAnagram that takes two input strings and returns 1 if the input strings are anagrams, and 0 if

IN MATLAB PLZ
Write a function called isAnagram that takes two input strings and returns 1 if the input strings are anagrams, and 0 if the inputs are not anagrams. (An anagram is a word that can be formed by rearranging the letters of another word. For instance, "cinema" and "iceman" are anagrams.) Write a separate script to test your function and paste both your function and test script below
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
