summaryrefslogtreecommitdiff
path: root/998/CH29/EX29.83/Ex83.sce
blob: f7eb6f4e096b836c9d6ee28c6a4dac4afa9998fa (plain)
1
2
3
4
5
6
7
8
//Ex:83
clc;
clear;
close;
dx=1*(%pi/180);//azimuth beamwidth in rad
G=315507;
dy=(4*%pi*180)/(G*dx*%pi);//the width in degree
printf("The width=%f degree",dy);