Vandermonde matrix, vander() function extension

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.

인용 양식

Marcus Björk (2026). Vandermonde matrix, vander() function extension (https://kr.mathworks.com/matlabcentral/fileexchange/43968-vandermonde-matrix-vander-function-extension), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Filter Banks에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
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