No BSD License
Highlights from
sumall
|
|
| File Information |
| Description |
Given an N-dimansional tensor, this function will produce a single number that is the sum of all elements in that tensor.
If X is a
: vector, this is the same as sum(X)
: matrix, this is the same as sum(sum(X))
: 3-d tensor, this is the same as sum(sum(sum(X)))
and so on.
A very simple utlity, but is very handy for use with hig-dimensional tensors |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (2) |
| 05 Jul 2005 |
Duane Hanselman
|
|
|
| 08 Sep 2005 |
Demyan .
|
|
|
|
Contact us at files@mathworks.com