Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Development
    /afs/slac/g/lcls/package/matlab/2020a
  • Production
    /usr/local/lcls/package/matlab/2020a

Anchor
matlab_2022b_installation
matlab_2022b_installation
2022b

This is 64-bit software.
The Java version used by this Matlab is Java 8.

  • Development
    /afs/slac/g/lcls/package/matlab/2022b
  • Production
    /usr/local/lcls/package/matlab/2022b

Anchor
running_matlab
running_matlab
Running MATLAB

...

  • Development

    Warning

    Do not run MATLAB instances on mcclogin or lcls-prod02. MATLAB should be run on mcc-simul in DEV.

    Code Block
    languagebash
    source /afs/slac/g/lcls/epics/setup/epicsenv-7.0.2-1.0.bash
    source /afs/slac/g/lcls/tools/oracle/oracleSetup-R11.2.0.4.bash
    export MATLAB_VER=2020a
    export MLM_LICENSE_FILE="27010@license701,27010@license702,27010@license703"
    source /afs/slac/g/lcls/tools/matlab/setup/matlabSetup64.bash
    
    # Launch in desktop mode: 
    matlab &
    
    # Launch in terminal mode: 
    run_matlab.bash --matlab=2020a
  • Production

    Code Block
    languagebash
    source /usr/local/lcls/epics/setup/epicsenv-7.0.2-1.0.bash
    source /usr/local/lcls/tools/oracle/oracleSetup-R11.2.0.4.bash
    export MATLAB_VER=2020a 
    source /usr/local/lcls/tools/matlab/setup/matlabSetup64.bash
    
    # Launch in desktop mode: 
    matlab &
    
    # Launch in terminal mode: 
    run_matlab.bash --matlab=2020a

Anchor
running_matlab_2022b
running_matlab_2022b
2022b

Anchor
configuring_matlab
configuring_matlab
Configuring MATLAB

...