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

版本 1.0.1 (1.2 KB) 作者: Ibrahim Abouemira
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.0 次下载
更新时间 2019/5/19

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Get Started with Phased Array System Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.1

Name changed.

1.0.0