Exp6 Output
Exp6 Output
Roll No = 27
Batch = B
Matlab Code
%% Parameters
reuse_factor = 3;
fprintf("Observation Table:\n");
figure;
subplot(1,2,1);
ylabel('Number of Handoffs');
grid on;
subplot(1,2,2);
bar(mobile_speeds, outage_percentage, 'FaceColor', [0.9 0.4 0.4]);
grid on;
Output