summaryrefslogtreecommitdiff
path: root/2360/CH7/EX7.5/ex7_5.sce
blob: b1f962648d426cffb093e5467cff20d6bb1f1409 (plain)
1
2
3
4
5
6
7
// Exa 7.5
format('v',7);clc;clear;close;
// Given data
y1 = 8;// in units
y2 = 10;// in units
phi = asind(y1/y2);// phase difference in degree
disp(phi,"The phase difference in degree is");