What is the MATLABWebUI process?

66 ビュー (過去 30 日間)
Richard Crozier
Richard Crozier 2023 年 6 月 5 日
コメント済み: Angela 2024 年 9 月 5 日
When running Matlab, on linux at least, I see the process MATLABWebUI, I also see this when running in batch mode (i.e. launched matlab with -batch command lin switch). Usually I am using Simulink in case it is relevant. What is this process and what is it for? Is it required in batch mode?
  6 件のコメント
Giuseppe Di Biase
Giuseppe Di Biase 2023 年 8 月 17 日
Thanks to everybody. I got my answer! Now you can stop to give me trivial instructions.
Angela
Angela 2024 年 9 月 5 日
@Giuseppe Di Biase what is the answer? I would like to know too (i.e. I would like to start Matlab on Linux without the MATLABWebUI process.

サインインしてコメントする。

採用された回答

Divyanshu
Divyanshu 2023 年 6 月 15 日
編集済み: Divyanshu 2023 年 6 月 15 日
Hi Richard,
You can go through the following points:
  • MATLABWebUI is the process that handles the communication between the MATLAB desktop and the web-based UI (user interface) of MATLAB.
  • The reason you see it on Linux when you launch MATLAB from the command line is that the MATLAB desktop environment may not be launched when running in batch mode on Linux.
  • When you launch MATLAB in batch mode, it does not load the MATLABDesktop process that handles the visual display of the MATLAB desktop UI. Instead, it relies on the MATLABWebUI process to handle the communication between MATLAB and any web-based UI components, such as app designer or Simulink.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by