Cutting a Matrix Into a Triangle

2 visualizzazioni (ultimi 30 giorni)
Pranav Murali
Pranav Murali il 6 Lug 2020
Risposto: Rik il 6 Lug 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

Risposte (1)

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

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by