Create a specific matrix (MATLAB)
이전 댓글 표시
Dear members
I want create a square matrix in such a way that I got the general form:

For example if we have m=4, we got:

How can I program that please!
채택된 답변
추가 답변 (1개)
This is one way:
A = flipud(toeplitz([4 3 2 1]))
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!