Skip to content

RF: Fix matlab startup.m creation

Paul McCarthy requested to merge rf/fix_matlab_config into master

This MR proposes two changes to the default FSL MATLAB configuration:

  1. The default MATLAB userpath is ~/Documents/MATLAB/ on both macOS and Linux (https://www.mathworks.com/help/matlab/ref/userpath.html), but the installer creates/edits ~/matlab/startup.m.

  2. Many FSL commands will not work if the FSLOUTPUTTYPE environment variable is not set, so this has been added to the default startup.m contents

Merge request reports