% load SRF and VMP objects srf = xff('*.srf'); vmp = xff('*.vmp'); % create SMP (statistical maps sampled at vertex positions) smp = vmp.CreateSMP(srf); % display srf and smp in GUI neuroelf_gui; neuroelf_gui('openfile', srf);