Matlab App designer on a docker image on private VPS

조회 수: 9 (최근 30일)
Alireza Ghaderi
Alireza Ghaderi 2021년 4월 10일
댓글: inf 2025년 2월 5일
Hi Good dayi
i recently watched a mathwork video showing how we can deply a matlab file to docker container image...
Right now I have a app designer application which reads data from UDP and show some plotting and etc.
I am looking for a way to pack my app to a docker image. Then I upload it to my own private VPS (Ubunto) and then other users can access the graphical app using their browser... forexample I give them a URL and they can open it and interact with it...
Is it possible? Is there a documentatino for that? Can you please help me with the start point?
  댓글 수: 1
inf
inf 2025년 2월 5일
Yep, you can totally do that! First, use MATLAB Compiler to package your App Designer app, then set up a lightweight web server (maybe Flask or Node.js) to serve the UI. Once that’s Dockerized, deploy it on your Ubuntu VPS. Need a powerful server? You can buy unmanaged dedicated server for a great for hosting self-managed apps. Hope that helps!

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

답변 (1개)

Swastik Sarkar
Swastik Sarkar 2023년 7월 4일
You can deploy your MATLAB App that you built using MATLAB App Designer on the MATLAB Web App Compiler and deploy it using MATLAB Web App server.

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by