C++ Math Library Reference    
vander

Test matrix (Vandermonde matrix)

C++ Prototype

C++ Syntax

MATLAB Syntax

Description

A = vander(c); returns the Vandermonde matrix whose second to last column is c. In MATLAB, the jth column of a Vandermonde matrix is given by
A(:,j) = C^(n-j).

See Also


 upper vertcat