<t>Dear All,I tried to use Matlab to run an interpolation. I use interp1 to run it and get the following error message:The values of X should be distinctWhat did I do wrong???The following is my command:interp1(Dist(:,3),Dist(:,1),100)And the following link has the contents of variable Dist: Thanks ...