Switch to side-by-side view

--- a
+++ b/functions/@eegobj/rmfield.m
@@ -0,0 +1,4 @@
+function this = rmfield(this, vals);
+
+    this.EEG = rmfield(this.EEG, vals);
+