Issue on exit from Matlab -nodesktop in Ubuntu 20.04

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

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

Solved launching
settings;
at the beginning of the script.

More Answers (0)

Categories

Products

Release

R2021b

Tags

Community Treasure Hunt

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

Start Hunting!