Does Matlab provide more control over Vandermonde matrix?

조회 수: 1 (최근 30일)
zzzhhh
zzzhhh 2018년 10월 18일
편집: dpb 2019년 4월 16일
For the existing function if vander() which populates Vandermonde matrix, it seems that it must return a square matrix of NxN where N is the length of the input vector. Does Matlab provide users with some control so that the number of powers taken can be specified, for example, only 3, instead of N. I know I can do that using my own script, but I just take a chance and hope Matlab has already provided this small bit of control and convenience. Thanks.
  댓글 수: 3
Khayouti Ádám
Khayouti Ádám 2019년 4월 15일
Did you even read the questions???
dpb
dpb 2019년 4월 15일
편집: dpb 2019년 4월 16일
Did you even read the documentation? The answer to the question directly is "No" -- there's no additional or optional input arguments to the builtin vander function.
That being the case, it seemed a link to prior similar discussion would be the useful info to provide.
That it is the same as what you said you knew doesn't negate the relevance...
You can always suggest an enhancement to the existing function for future releases.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by