1 2 3 4 5 6 7 8
//Example 20.3 close; clc; //given data V1=8; //in volts V2=2; //in volts swr=(V1+V2)/(V1-V2); disp(swr,'Standing wave ratio');