MATLAB Function Reference Previous page   Next Page
vander

Vandermonde matrix

Syntax

Description

A = vander(v) returns the Vandermonde matrix whose columns are powers of the vector v, that is, A(i,j) = v(i)^(n-j), where n = length(v).

Examples

See Also

gallery


Previous page  urlwrite var Next page

© 1994-2005 The MathWorks, Inc.