What is the MATLABWebUI process?
66 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Richard Crozier
el 5 de Jun. de 2023
Comentada: Angela
el 5 de Sept. de 2024
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 comentarios
Giuseppe Di Biase
el 17 de Ag. de 2023
Thanks to everybody. I got my answer! Now you can stop to give me trivial instructions.
Angela
el 5 de Sept. de 2024
@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.
Respuesta aceptada
Divyanshu
el 15 de Jun. de 2023
Editada: Divyanshu
el 15 de Jun. de 2023
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!