diff +blockmatrix/getDivisionTest.m @ 592:4422c4476650 feature/utux2D

Merge with feature/grids
author Martin Almquist <martin.almquist@it.uu.se>
date Mon, 11 Sep 2017 14:17:15 +0200
parents a5f1b0267dba
children
line wrap: on
line diff
--- a/+blockmatrix/getDivisionTest.m	Mon Sep 11 14:12:54 2017 +0200
+++ b/+blockmatrix/getDivisionTest.m	Mon Sep 11 14:17:15 2017 +0200
@@ -56,6 +56,18 @@
             },
             {[2 1], 2}
         },
+        {
+            {zeros(3,0)},
+            {3, 0},
+        },
+        {
+            {zeros(3,0), zeros(3,0)},
+            {3, [0, 0]},
+        },
+        {
+            {zeros(3,0); zeros(2,0)},
+            {[3 2],0},
+        },
     };
 
     for i = 1:length(cases)