From: Ibtesam Saleh on
Hi all...

I have been convert my .m file to .exe, Now I want to run it on the web site.
Please help me ASAP how can I do that??

thanks in advance
Ibtesam
From: Ibtesam Saleh on
Hi...
I think my question not clear enough, I will explain again my problem...

I create web page by PHP, I made a form to upload image through to the server, the uploaded image will saved in folder "upload" inside the server, also the name of the image will written in text file... Now I want to start feature extraction to the uploaded image.
The Matlab must read the image name from the text file then:
img= imread("upload/image.gif");
How can I tell the Matlab to start?
please help me ASAP, I read "Matlab Webserver Toolbox" but I am really not understand how to allow it start working?

thanks in advance
Ibtesam