Skip to content
  • Sebastien Herbert's avatar
    Fixes GUI random freeze on Linux · c3f1813f
    Sebastien Herbert authored
    Adds a the following command as a GUI StartupFcn which switches MATLAB to use Java file dialogs instead of native file dialogs (i.e. those of your operating system):
    
    >> com.mathworks.mwswing.MJFileChooserPerPlatform.setUseSwingDialog(1)
    c3f1813f