Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

[A,B]=xlsread('inl.

xlsx');
t=A(:,1);
y=A(:,2);

figure
h=axes (fontsize,14);
plot(t,y,linewidth,2)
xlabel(code)
ylabel(lsb)
title (DNL)
grid on

You might also like