MATLAB C++ Math Library
  Go to function:
    Search    Help Desk 
vander    See Also

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



[ Previous | Help Desk | Next ]