jamesjuett / MatCrab

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

Missing functionality from array operations #1

Open jamesjuett opened 5 years ago

jamesjuett commented 5 years ago

Example:

x = [1,2,3; 4,5,6; 7,8,9];
y = x + [10,20,30];
z = x + [10;20;30];