#This is part of my prog. in matlab and a graph has to be drawn for this equation.
>> es0=6.11;
T0=273.15;
Lv=(2.5)*10^6;
Rv=461.5;
Td=80:.2:500;
e=es0*exp((Lv/Rv).*((1./T0)-(1./Td)));
This is coding and The Td i have defined in range but
Now the data for this Td should take from excel file
This excel file has two column
1. Time
2. values of Td
and Row should be more than 100
now try by Import method Using load command in coding.