Write a MATLAB Script that takes the users' category (Men, Women, or Kids) and their length size in whole numbers to determine their clothing size (S, M L, XL, XXL, or XXL). Let the output be "Your clothing size is XX". Where XX is the determined size. If the size entered does not fit within the range the output should be "Sorry, we do not have that clothing size".