how to change what is under the diagonals in a matrix into Zeros

2 次查看(过去 30 天)
how do i turn what is under the diagonal on a matrix into zeros. for example i cant figure out how to do the following.
[1 2 3,4 5 6,7 8 9]
into
[1 2 3,0 5 6,0 0 9]

回答(1 个)

Matt J
Matt J 2015-3-31
See the TRIU command.

类别

Help CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by