How do I use my MATLAB code for starting an online service?

2 visualizaciones (últimos 30 días)
Klaas Kostro
Klaas Kostro el 22 de Feb. de 2016
Comentada: Walter Roberson el 30 de Jul. de 2022
I got my own developed toolbox created with MATLAB to analyze specific engineering problems, by plotting a massive data and calculate some physics. All these tasks are completely automated, by importing the data (conditioned with EXCEL), creating about 100 different plots and exporting the results (plots and tables) to PowerPoint (*.png files) or automated documentation (*.doc)
Now, I am planning web service where clients (engineer) could login and upload their data and export the readymade results.
What would be the workflow to deploy the MATLAB code in cloud as my own web service (a rough outline would help)?
  1 comentario
Walter Roberson
Walter Roberson el 30 de Jul. de 2022
MATLAB web services are not qualified as secure enough for public access, so you would need to create a public interface using some technology that you trust

Iniciar sesión para comentar.

Respuestas (1)

Shivam
Shivam el 30 de Jul. de 2022
If you are looking forward to use MATLAB in the cloud along with simulink, you can go through the following link and linked pages: https://www.mathworks.com/solutions/cloud.html

Categorías

Más información sobre Programming 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!

Translated by