summaryrefslogtreecommitdiff
path: root/1184/CH17/EX17.1/Ex17_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1184/CH17/EX17.1/Ex17_1.sce')
-rwxr-xr-x1184/CH17/EX17.1/Ex17_1.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1184/CH17/EX17.1/Ex17_1.sce b/1184/CH17/EX17.1/Ex17_1.sce
new file mode 100755
index 000000000..6afba42e9
--- /dev/null
+++ b/1184/CH17/EX17.1/Ex17_1.sce
@@ -0,0 +1,13 @@
+//Example 17-1,Page no - 678
+
+clear
+clc
+
+stn_long = 95
+stn_lat = 30
+sat_long =121
+rad_pos = 137
+printf('The elevation setting for the antenna is 45 degre')
+azimuth = 360-rad_pos
+printf('\nThe azimuth setting for the antenna is %d degree',azimuth)
+