in reply to Re^2: Linking Matlab to process data for Personal Web Server
in thread Linking Matlab to process data for Personal Web Server
You need to process the QUERY_STRING with the function qs2struct
input = qs2struct(getenv('QUERY_STRING'));and to check it is working I would add these lines to printContent()
pojfprintf(1,'<P>This is your input:</P>'); fprintf(1, x);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Linking Matlab to process data for Personal Web Server
by jyws89 (Initiate) on Dec 21, 2010 at 17:47 UTC | |
by poj (Abbot) on Dec 22, 2010 at 17:22 UTC |