How to create this matrix shown in the screenshot?

 채택된 답변

Prakash S R
Prakash S R 2022년 4월 27일
toeplitz() is your friend!
toeplitz([4 0 -2 0 0 0])

댓글 수: 4

How would I do the same for a 32x32 matrix?
The argument to toeplitz() is the first row of the desired matrix (in your case a 1x32 vector).
Logically, it should be
toeplitz([4, 0, -2, zeros(1,29)])
shouldn't it ?
Thanks!

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

추가 답변 (0개)

카테고리

제품

릴리스

R2022a

질문:

2022년 4월 27일

댓글:

2022년 4월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by