Vandermonde matrix, vander() function extension

Adds functionality to the original MATLAB vander() function.
308 téléchargements
Mise à jour 1 nov. 2013

Afficher la licence

Uses the more common definition of the Vandermonde matrix with power zero to the left, and adds the ability to create non-square matrices for more flexibility.

V=vander2(v,k)=[v.^0 v.^1 ... v.^k];
where length(v)=n and dim(V)=[n, k].

Note that replacing the original vander() function can cause other functions to fail.

Citation pour cette source

Marcus Björk (2026). Vandermonde matrix, vander() function extension (https://fr.mathworks.com/matlabcentral/fileexchange/43968-vandermonde-matrix-vander-function-extension), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2013b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Filter Banks dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.1.0.0

Changed function name to vander2 not to replace original (since the output is changed).
Replaced for-loop by bsxfun.

1.0.0.0