2. (5 points) Write a function called convert me that converts any given string message m into a char array char_arr and also outputs the length of the message, count. Your function should be defined as follows: function [char arr, count]convert me (m) %your code goes here end I will test your function as follows: [char_arr, count]-convert_me (“This is fun”) (Note: the input argument is a string in double quotes) Your function should produce
OR
OR