Vandermonde matrix, vander() function extension
Versión 1.1.0.0 (1,29 KB) por
Marcus Björk
Adds functionality to the original MATLAB vander() function.
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.
Citar como
Marcus Björk (2026). Vandermonde matrix, vander() function extension (https://es.mathworks.com/matlabcentral/fileexchange/43968-vandermonde-matrix-vander-function-extension), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2013b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Filter Banks en Help Center y MATLAB Answers.
Etiquetas
Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
