Sum of array's elements in the lower right triangular part

The function takes as input at the most 2-D array. It computes the sum of the elements that are in the lower right triangular part
18 Downloads
Aktualisiert 19 Mai 2019

Lizenz anzeigen

The function takes as input at the most two-dimensional array. It computes the sum of the elements of that are in the lower right triangular part(counter-diagonal elements).
For example, if the input is [1 2; 3 4; 5 6; 7 8], then the function would return 21.

Zitieren als

Ibrahim Abouemira (2024). Sum of array's elements in the lower right triangular part (https://www.mathworks.com/matlabcentral/fileexchange/71592-sum-of-array-s-elements-in-the-lower-right-triangular-part), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2017a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Get Started with Phased Array System Toolbox finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1

Name changed.

1.0.0