Question: MATLAB Write a script to generate a random number sequence to simulate 1 hour of wind speed data that are updated every 10 seconds. The
MATLAB
Write a script to generate a random number sequence to simulate 1 hour of wind speed data that are updated every 10 seconds. The wind speed will vary between a lower limit and an upper limit. The lower and upper limit values must be entered by the user. Seed the random generator unpredictably. Display time and corresponding speed value on a table. To check if the results are in the correct range, create an x-y plot of time and speed. Include title, and x-y labels. Test your code using, for example, the following values for lower and upper limits: 5 and 10 respectively. Your plot and table output should be similar to the one below when using those values: 

Figure 1 File Edit View nsert Iools Desktop Window Help Wind Speed vs Time 10 9.5 8.5 7.5 6.5 5.5 0 0.1 02 0.3 04 0.5 0.6 070.8 0.9 1 time in hrs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
