SPM/Headless


SPM without Graphical Output

  • Start MATLAB with options:
    • -nodisplay -nosplash
    • -noFigureWindows on Windows platforms
  • Enable the Command Line mode in your SPM scripts:
spm_get_defaults('cmdline',true);
  • Use Xvfb (X virtual framebuffer) on Linux platforms.
Last modified on 3 January 2013, at 18:30