% % interpolation
% t1 = 2:11;
% A = 10:10:100;
% t2 = 1:2:10;
% B= interp1(t1,A,t2);

A = 100
B = 13

qocient = (A-rem(A,B))/B;
