Hi,
So, you can write the equation of the line as y = m*x+c. m = 3.374933333e-6, c = 1.
m = 3.374933333e-6;
c = 1;
x = 0:10:90;
y = m.*x + c;
plot(x,y)
Something like this should help you.
Regards
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!