有没有办法在GitHub页面上托管Matlab Web应用程序(在应用程序设计器中设计)?

发布于 2025-01-18 20:17:16 字数 473 浏览 4 评论 0原文

我已经在应用程序设计器中创建并设计了我的MATLAB应用程序,该应用程序目前可以在可执行的部署中运行良好。但是,我一直在研究网络浏览器中的应用程序的实现,并尝试通过MATLAB Web App Server进行操作,但是显然,它似乎只有在按下运行按钮时才能使用。此外,我尝试使用 matlab教程,但是由于某种原因,我的堆栈构建总是失败。

因此,很好奇是否有另一种方法可以这样做,以便服务器可以无限期地托管我的应用程序,或者也许可以通过GitHub页面帐户运行它,因为我当前的项目已保存在Github上?

I have already created and designed my MATLAB app in App Designer, where it currently works fine with the executable deployment. 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. Additionally, I attempted to create an AWS server using the MATLAB tutorial, however for some reason my stack build always fails.

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情场扛把子 2025-01-25 20:17:16

您需要一个运行 MATLAB 引擎(或 MCR)的后台服务器。

有些事情你不能在 GitHub 上做,因为他们没有为你提供专门的服务器来进行持续的工作。

You need a back server which runs the MATLAB engine (or MCR).

Something you can not do on GitHub as they don't dedicate you a server for persistent work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文