Cutting a Matrix Into a Triangle

2 visualizaciones (últimos 30 días)
Pranav Murali
Pranav Murali el 6 de Jul. de 2020
Respondida: Rik el 6 de Jul. de 2020
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

Respuestas (1)

Rik
Rik el 6 de Jul. de 2020
Use fliplr to mirror the matrix, then use tril or triu, then mirror again with fliplr.

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by