Can I run MATLAB code on a web site?

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

    Maybe this is the right solution: http://www.mathworks.com/products/new_products/webserver_discontinued.html

    edit containing these two pages:

    http://www.mathworks.com/products/netbuilder/

    http://www.mathworks.com/products/javabuilder/

    0 讨论(0)
  • Your best bet might be using the matlab publish command, which allows you to create HTML from your matlab code. If you don't really need to execute the script live this will allow you to automatically generate your output and create image copies of your figures. After you generate the HTML and images you can simply upload them to your site.

    publish command reference

    0 讨论(0)
提交回复
热议问题