Prev: how to modify and display image in web by matlab
Next: passing value from one function to another
From: Wan on 31 Jan 2010 16:24 As I know that from R2006b start, the web server toolbox has been discontiued. How can I upload an image(by the client) in a web page and trigger the calculation of my m files(e.g. using button), thus display the result on the web site? Mathwork states that by using Builder NE instead, but when I copy the source code(mathworks provided for calling matlab in C#) and using C# to complie, but it doesn't work. It reported that the few library has not found. Is it possible for me to develop a web application using matlab only?Or I must call from other prgram(e.g. VB.NET and Java). Since I noticed that with the web server toolbox, it can be accomplished by just adding some html code. Thank you very much!!!!!!
From: Ed Yu on 9 Feb 2010 16:07 You may have to use java builder to package your m code into a java component and code up a servlet or JSP page to do the trick! Good luck! Ed.
|
Pages: 1 Prev: how to modify and display image in web by matlab Next: passing value from one function to another |