Is there an easy way to provide a Matlab-based Web App or Web Service?

前端 未结 5 1160
长情又很酷
长情又很酷 2021-02-04 10:06

A colleague and I have spent a few years developing a really cool Matlab application, MDLcompress. Within Matlab, I can type \"MDLcompress(\'filename.txt\')\" and it will tell

5条回答
  •  迷失自我
    2021-02-04 10:18

    We have developed a toolbox called Modelit Webserver Toolbox that should allow you to do this. We use this ourselves to run a Routing algorithm implemented in Matlab for an online route planner (the link is on our website). You can use the toolbox in conjunction with Tomcat and Matlab (2006b and up) or a compiled Matlab executable. The toolbox also provides a mechanism to run several jobs in parallel.

提交回复
热议问题