Command line only Ubuntu 20
12 views (last 30 days)
Show older comments
I'm attempting to run Matlab R2022B on Ubuntu20 with no GUI using the nodesktop option. I'm getting an error message that makes me think Matlab is trying to activate some element of the GUI. Does anyon have any advice for me to try?
Thanks,
Command and terminal output are below:
/usr/local/R2022B/bin/matlab -nodesktop
MATLAB is selecting SOFTWARE OPENGL rendering.
Unexpected exception: 'N7mwboost10wrapexceptINS_16exception_detail39current_exception_std_exception_wrapperISt13runtime_errorEEEE: Error loading /usr/local/R2022B/bin/glnxa64/matlab_startup_plugins/matlab_graphics_ui/mwuixloader.so. libXt.so.6: cannot open shared object file: No such file or directory: Success: Success' in createMVMAndCallParser phase 'Creating local MVM'
I aso tried:
/usr/local/R2022B/bin/matlab -nodesktop -nodisplay -nosplash
Unexpected exception: 'N7mwboost10wrapexceptINS_16exception_detail39current_exception_std_exception_wrapperISt13runtime_errorEEEE: Error loading /usr/local/R2022B/bin/glnxa64/matlab_startup_plugins/matlab_graphics_ui/mwuixloader.so. libXt.so.6: cannot open shared object file: No such file or directory: Success: Success' in createMVMAndCallParser phase 'Creating local MVM'
0 Comments
Answers (1)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!