You are on page 1of 1

0001 clc;

0002 clear all;


0003 e=1.6*10^-19;
0004 Bz=5*10^-2;
0005 p=10^13:10^15:10^19;
0006 d=0.001;
0007 Ix=1*10^-3;
0008 Vh=(Bz*Ix)*(e*p*d)^(-1);
0009 plot(p,Vh);
0010 title('Varitaion of Hall Voltage w.r.t doping concentration');
0011 xlabel('Doping concentration');
0012 ylabel('Hall Voltage');

You might also like