You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Ibrahim Abouemira (2026). Sum of array's elements in the lower right triangular part (https://au.mathworks.com/matlabcentral/fileexchange/71592-sum-of-array-s-elements-in-the-lower-right-triangular-part), MATLAB Central File Exchange. Retrieved .
Categories
Find more on Get Started with Phased Array System Toolbox in Help Center and MATLAB Answers
General Information
- Version 1.0.1 (1.25 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
