You are on page 1of 1

clear

clf
x=[-150:0.1:150];
N=100;
I=5;
B=0.05;
y1=(N*I*exp(B*I))*(N-I+I*exp(B*I))^-1;
y2=N-((N*I*exp(B*I))*(N-I+I*exp(B*I))^-1);
plot(x,y1,x,y2);

You might also like