Daniel@0: function display(d) Daniel@0: % MIRDATA/DISPLAY display of a MIRtemporal Daniel@0: Daniel@0: if d.centered Daniel@0: d = set(d,'Title',[get(d,'Title'),' (centered)']); Daniel@0: end Daniel@0: mirdisplay(mirdata(d),inputname(1));