Can I run MATLAB code on a web site?

后端 未结 8 1695
长发绾君心
长发绾君心 2020-12-13 22:16

I have a BE project whose code is in MATLAB but I need to present results on a web page. I want to know whether I can run my code directly on a web site? If not, could you t

8条回答
  •  悲哀的现实
    2020-12-13 22:20

    SaturnAPI provides a REST interface for your Matlab and Octave scripts, so that you don't have to install anything on your own server. It can even send Base64 encoded 3D plots to you. Here is the demo. Below is a diagram showing that you can pass inputs to the script via the SaturnParams variable in the HTTP call.

    Disclosure: I work on SaturnAPI

提交回复
热议问题