jamesjuett / MatCrab

A program visualization tool for Matlab
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Matrix accumulation functions do not support 'all' #14

Open jamesjuett opened 5 years ago

jamesjuett commented 5 years ago

e.g.

x = magic(5);
y = sum(X, 'all'); % 136