summaryrefslogtreecommitdiff
path: root/2579/CH5/EX5.9/Ex5_9.txt
blob: c3d7c41dc77cb12510d655060b150720a7c107db (plain)
1
2
3
4
5
6
7
8
//Ex:5.9
clc;
clear;
close;
ht=100;// transmeter height in m
hr=10;// receiver height in m
d=4.12*(sqrt(ht)+sqrt(hr));// line of sight range in km
printf("The line of sight range = %f km", d);