Matlab Web app server

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,

Answers (1)

Ayush
Ayush on 8 Dec 2023

0 votes

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

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Asked:

on 10 Mar 2022

Answered:

on 8 Dec 2023

Community Treasure Hunt

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

Start Hunting!