Can I run MATLAB code on a web site?

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

    If JavaScript is a possible language choice, then this toolbox on the MathWorks File Exchange (https://www.mathworks.com/matlabcentral/fileexchange/69973-generate-javascript-using-matlab-coder) can compile MATLAB functions into JavaScript functions that can be run in a browser.

提交回复
热议问题