简体   繁体   English

有没有办法在 Github Pages 上托管 MATLAB Web 应用程序(在 App Designer 中设计)?

[英]Is there a way to host MATLAB web app (designed in App Designer) on Github Pages?

I have already created and designed my MATLAB app in App Designer, where it currently works fine with the executable deployment.我已经在 App Designer 中创建并设计了我的 MATLAB 应用程序,它目前在可执行部署中运行良好。 However, I've been researching the implementation of my application into a web browser, and have attempted doing it through MATLAB Web App Server, however it only seems to work while I have the run button pressed, obviously.但是,我一直在研究我的应用程序在 Web 浏览器中的实现,并尝试通过 MATLAB Web App Server 来实现,但是显然,它似乎只有在我按下运行按钮时才有效。 Additionally, I attempted to create an AWS server using the MATLAB tutorial , however for some reason my stack build always fails.此外,我尝试使用MATLAB 教程创建 AWS 服务器,但由于某种原因,我的堆栈构建总是失败。

So just curious is there another way to do this, such that either the server can host my app indefinitely, or perhaps run it through a GitHub pages account because my current project is saved on Github?所以只是好奇是否有另一种方法可以做到这一点,例如服务器可以无限期地托管我的应用程序,或者可能通过 GitHub 页面帐户运行它,因为我当前的项目保存在 Github 上?

You need a back server which runs the MATLAB engine (or MCR).您需要一个运行 MATLAB 引擎(或 MCR)的后端服务器。

Something you can not do on GitHub as they don't dedicate you a server for persistent work.你不能在 GitHub 上做的事情,因为他们没有为你提供一个服务器来持续工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM