Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How run Matlab on web page?

Status
Not open for further replies.

soma saleh

Newbie level 2
Joined
Mar 11, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
jeddah
Activity points
1,294
Hi...

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
soma
 

how about compiling your matlab code, and make it be called by "system" from php?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top