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