Cutting a Matrix Into a Triangle

2 次查看(过去 30 天)
Pranav Murali
Pranav Murali 2020-7-6
回答: Rik 2020-7-6
Hey guys,
I know MATLAB has the triu and and tril functions that cut the upper and lower triangular portion of a matrix. The cut is made from the top left corner of the matrix to the bottom right corner of the matrix, like this image.
I have a 78x125 matrix and was wondering if there was a way to cut it from the top right corner to the bottom left corner?
Thanks,
Pranav Murali

回答(1 个)

Rik
Rik 2020-7-6
Use fliplr to mirror the matrix, then use tril or triu, then mirror again with fliplr.

类别

Help CenterFile Exchange 中查找有关 Matrices and Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by