1 2 3 4 5
clc; c=5*10^-12; //capacitanec in Farad p=10*10^6; //pulse in V/sec i=c*p; //current disp(i,"Current in Ampere = "); //displaying result