summaryrefslogtreecommitdiff
path: root/1553/CH11/EX11.14/11Ex14.sce
blob: 098aeb9277d1d4173810248e9f7f560ebfe4c7cf (plain)
1
2
3
4
5
6
7
8
9
//Ex 12

clc;
clear;
close;
Error=40;
true_value=1000;
gainPercent=(Error/(true_value-Error))*100;
printf("The gain is %3.2f percent",gainPercent);