Pergunta

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

Foi útil?

Solução

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.

Outras dicas

You could have a look at Matlab Builder NE, a Mathworks product for creating .Net components that might be perfect to integrate with your .Net web app:

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

No personal experience with this, but it sounds like something that would suit your needs perfectly.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top