Is it possible to run MATLAB cli but still have figure windows when necessary?
27 ビュー (過去 30 日間)
古いコメントを表示
I am running MATLAB 2018 on linux and the hardware is quite old. My build has an option called -nodesktop which basically provides a CLI which is relattivley a breeze to work with compared to the GUI, but figure windows etc also get suppressed. Is there a way I can mostly work in the CLI in the Terminal but bring up figure windows when necesary?
2 件のコメント
Monica Roberts
2022 年 6 月 8 日
This answer seems to indicate that figures should work as normal with -nodesktop mode:
Depending on how MATLAB is started up, you may need to set the display, like this:
回答 (1 件)
Jan
2022 年 6 月 9 日
You can hide some components of the GUI: https://www.mathworks.com/matlabcentral/fileexchange/32005-cmdwintool
CmdWinTool lean
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!