What is the MATLABWebUI process?

65 次查看(过去 30 天)
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?
  5 个评论
Rik
Rik 2023-8-16
@Giuseppe Di Biase Have a read here and here. It will greatly improve your chances of getting an answer.
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.

请先登录,再进行评论。

采纳的回答

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 CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by