Embedding MATLAB code in a browser?
Can I run MATLAB code in a开发者_如何学编程 browser somehow? I can always convert the code to flash or php or Java but I am just being lazy. I would like to embed the MATLAB simulations I have in a browser somehow. doable?
You can use MATLAB Builder NE for that. As you can see in this page:
You can integrate a MATLAB based .NET component with a service-oriented Web application using the Windows Communication Foundation (WCF) API
Here's a dumb question rather than an answer: if you serve Matlab to a client browser, where do you expect it to run ? I guess you must expect it to run on a machine with at least the MCR (Matlab Compiler Runtime) installed ?
The Mathworks used to sell a product called Matlab Web Server; but discontinued products aren't much of an answer either.
精彩评论