calculates a Vandermonde matrix for the Detrend correction
v = vanderm(q,(order));
the number of variables
the order of the polynom; default value=2
a Vandermonde matrix of dimensions (q x (order+1))
[Lambda]=vanderm(700,3)