Write a MATLAB function called Ana3Name with 1 input Word an
Write a MATLAB function called Ana3_Name with 1 input (Word) and 1 output (Res) The input (Word) should have at least 3 letters. The function randomizes the order of the letters of the input Word then generates 3 anagram words with decreasing number of letters by 1, starting with an anagram with the same number of letters as the input Word.
Solution
VAL is a vector or a matrix as it contains 3 elements in one row.This is a one-dimensional array, a matrix that has exactly one row.
