Creating a vector from the diagonal values of a square matrix

Hello,
Does anybody know how I can read the diagonal values of a square matrix and create a vector (1:n) from those values?
Cheers,
Cyrus

 Accepted Answer

vector=diag(matrix);
check help diag for more detailed information.

More Answers (0)

Categories

Asked:

on 30 Jul 2014

Answered:

on 30 Jul 2014

Community Treasure Hunt

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

Start Hunting!