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
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/
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