Switch to side-by-side view

--- a
+++ b/functions/@eegobj/fieldnames.m
@@ -0,0 +1,3 @@
+function res = fieldnames(this);
+
+    res = fieldnames(this(1).EEG);