Please answer the following question using MATLAB CODING ONLY. Provide the correct function as well as an example sample run of the output.
Write and test a matlab function requiring iteration Write a matlab funtion called hit Target that will accept one scalar argument, the target sum of two random 6-sided dice rolls.
The function generates and displays two random numbers between 1 and 6 (like dice rolls) until the sum of the two die equals the target argument Keep track of how many rolls it takes.