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

조회 수: 2 (최근 30일)
Klaas Kostro
Klaas Kostro 2016년 2월 22일
댓글: Walter Roberson 2022년 7월 30일
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
Walter Roberson
Walter Roberson 2022년 7월 30일
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

댓글을 달려면 로그인하십시오.

답변 (1개)

Shivam
Shivam 2022년 7월 30일
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

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by