Question: Please answer the following question using MATLAB CODING ONLY. Provide the correct function as well as an example sample run of the output. Thank you!
1. (6 points) 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. Here is a sample run. hit Target (8) Target met, it took 5 rolls
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
