Matlab Web app server

2 Ansichten (letzte 30 Tage)
Henna
Henna am 10 Mär. 2022
Beantwortet: Ayush am 8 Dez. 2023
Hi,
I used simulink to design a control system that control several motors and handles sensor card reading. I have created an interative GUI in Matlab using app designer to display the readings from the motors and sensor card. Does someone know if it is possible to create a web based GUI that can stream live data? Can matlab web app server be used for this, pr does Matlab have other methods to stream live data to a web browser?
Thanks,

Antworten (1)

Ayush
Ayush am 8 Dez. 2023
Hey Henna,
I understand that you have created a Simulink model and created an interactive GUI in MATLAB App designer to display the results from the model. You want to know if it’s possible to create a web-based GUI to stream live data.
To answer your question, yes, it is possible to create a web-based GUI that can stream live data from your MATLAB web app server. You can use the MATLAB Web App Server to host your web app and expose it as a RESTful API that can be accessed by any web browser.
To know more about creating Web apps and deploying your Simulink model, refer to the MathWorks documentation link below:
  1. Building and Sharing Interactive Web Apps Video - MATLAB & Simulink (mathworks.com): Video to demonstrate how can deploy MATLAB applications to web applications.
  2. Create Web App - MATLAB & Simulink - MathWorks India : For creating a web app.
  3. Set Up MATLAB Web App Server - MATLAB & Simulink - MathWorks India : For setting up MATLAB Web app server.
Hope this helps!
Regards,
Ayush Goyal

Kategorien

Mehr zu MATLAB Web App Server finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by