Switch to side-by-side view

--- a
+++ b/Semantic Features/NotUsed/testSameOrder.m
@@ -0,0 +1,8 @@
+%test same order
+%Was used to verify all the labels and features matched after reordering
+%things to match the order of the largest slice features extracted by the
+%feature extraction modules.
+for i = 1:length(IDsToUse)
+    agreement(i) =  ismember(IDsToUse(i), instanceOrder(i,:));
+end
+