Deploy Matlab Web App

조회 수: 4 (최근 30일)
Nikos Korobos
Nikos Korobos 2022년 5월 1일
답변: Riya 2023년 10월 31일
Hello everyone,
So I finished my matlab project and would like to create a web app of it.
I have already used webAppCompiler and created the folders needed, but it then asks for a server link to deploy.
What should I do next?
Thanks in advance!

답변 (1개)

Riya
Riya 2023년 10월 31일
Hello Nikos Korobos,
As per my understanding, you want to deploy MATLAB Web App.
Please note that you can deploy web app archives (.ctf files), created on one platform via MATLAB® Compiler™, to MATLAB Web App Server™ on a different platform, provided the web app doesn't contain platform-specific code or Simulink® simulations. For instance, a web app archive packaged on Windows® can be deployed to a server on Linux® or macOS.
You can deploy web apps to the development version of MATLAB Web App Server in several ways:
  • Deploy Web App by Copying
  • Deploy Web App from Within App Designer (Available Only with MATLAB Web App Server Product)
  • Deploy Web App by Uploading (Available Only with MATLAB Web App Server Product)
Follow these steps to deploy a web app from within App Designer:
  1. Create an app in App Designer.
  2. Click the Share button located in the App Designer toolstrip.
  3. Select Web App from the drop-down menu. The app will then be packaged into a web app.
  4. Wait for the Packaging Progress dialog to appear, signaling the completion of packaging.
  5. In the dialog box, enter the URL of the MATLAB Web App Server, along with the port number in the following format: https://webAppServer:PortNumber.
  6. Click the Deploy to Server button.
For more details regarding deploying MATLAB Web Apps, you can refer following article:
I hope it helps.
Thanks
Riya

카테고리

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

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by