Can I run MATLAB code on a web site?

后端 未结 8 1650
长发绾君心
长发绾君心 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:26

    MATLAB has great integration with .NET. You need the MATLAB Compiler + the Builder NE toolbox to create a .NET assembly that you can run from a .NET-based web app.

    Some alternatives: You can do much the same thing using R (see this SO question), or possibly Python + numpy/scipy without all the licensing costs.

提交回复
热议问题