1 2 3 4 5 6 7 8 9 10 11
//Determine the no. of users supported BHA = 1.2; ACH = 120; C = 40.26; //from Erlang B table At = (BHA*ACH)/3600; N = C/At; disp(N, 'No. of users supported');