Issue on exit from Matlab -nodesktop in Ubuntu 20.04

7 views (last 30 days)
Hello,
when I try to exit from Matlab "nodesktop" from Linux I get the following error:
>> exit
Error using exit
Unrecognized function or variable 'Settings'.
I am using the R2021b (9.11.0.1769968) 64-bit (glnxa64) on Ubuntu 20.04.
Any suggestion to solve this problem?
  1 Comment
Bjorn Gustavsson
Bjorn Gustavsson on 6 Oct 2021
Perhaps you can use:
quit force
to just quit?
Maybe you find some relevant and useful information when looking at the help and documentation for settings.

Sign in to comment.

Accepted Answer

Alessandro Colazzo
Alessandro Colazzo on 10 Feb 2022
Edited: Alessandro Colazzo on 10 Feb 2022
Solved launching
settings;
at the beginning of the script.

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!