Switch to side-by-side view

--- a
+++ b/functions/@memmapdata/double.m
@@ -0,0 +1,3 @@
+function res = double(a);
+
+res = double(a.data.data.x);