1 2 3 4 5 6 7 8
clc //initialisation t=300//k e=0.01//v //CALCULATIONS a=1/((exp(e/t))+1) //results printf(' \n NFD= % 1f ',a)