Question: MC 5 O solutions submitted (max: Unlimited) Write a function called event that simulates the scenerio below. The function should have no inputs and a
MC 5 O solutions submitted (max: Unlimited) Write a function called event that simulates the scenerio below. The function should have no inputs and a single output. A telecomunications company needs to upgrade its networking equipment that services 300 customers. In order to make the most cost effective purchase the have decided to ensure the equipement provides enough network capability to survive the peak hour of usago each week at least 95% of the time. In order to determine the equipment required, they have grouped their subscribers into four categories based on their internet usage patterns. 24 customers will use about 500GB hour if they are online. They each have a 23% chance of being online during the peak hour. 105 customers will use about 100GB/hour if they are online. They each have a 87% chance of being online during the peak hour 123 customers will use about 50 GB/hour if they are online. They each have 15% chance of being online during the peak hour 48 customers will use about 5 GB/hour if they are online. They each have a 71% chance of being online during the peak bour Write a tunction to simulate the expected peak hour usage by randomly determining which customers are online Your function should return as the output the GBhout you expect based on your simulation Function Reset MATLAH Document function out event Function 1 function out=event Code to call your function 1 %This script calculates the average usage 2 cnt=0; 3 for j=1:1000 cnt=cnt+event; 5 end 6 (cnt/1000) 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
