How to extract this vector ?

I have this matrix:
A=[ 1 2 -4 6
9 7 5 9
8 -3 7 2
1 2 6 7]
i want to extract the vector [ 6 5 -3 1], can anyone help me ?

回答 (1 件)

Guillaume
Guillaume 2017 年 10 月 12 日

0 投票

Assuming you mean the antidiagonal of the matrix:
diag(fliplr(A))

この質問は閉じられています。

質問済み:

2017 年 10 月 12 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by