Can I use MATLAB for website development? I want to embed image processing into C#.net web application. If any other tool used for website development.
Thanks Abhishek
One way would be to create CGI files that could be called by a web server. Have a look here and here.
EDIT:
I was thinking about this more and I think that you could also use matlab for web applications through python. Specifically, mlabwrap would give very nice interface to matlab. mlabwrap is very good, i personally use it to access matlab from python. Thus you could build web app using python's pylons or django and access matlab through mlabwrap.