Web Server
by Dirk-Jan Kroon
14 Oct 2010
(Updated 18 Oct 2011)
HTTP Matlab Web Server, allows m-files to be executed in a browser
|
Watch this File
|
| File Information |
| Description |
This function WEBSERVER, is a HTTP webserver for HTML code and images and also allows execution of Matlab code through the web.
webserver(port)
Supports
- HTML and images
- Sub-Folders
- Upload files
- M file execution
Example,
webserver(4000);
% Use firefox or internet explorer and visit http://localhost:4000/
|
| MATLAB release |
MATLAB 7.10 (2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 25 Nov 2010 |
Fixed Java-Port error due to code crash, and fixed refresh bug by waiting longer for the data. Problems where reported by "Nicolas Billard" |
| 25 Nov 2010 |
Now it also works with the "ICE-browser" in Matlab. Also added error information and config options. |
| 29 Nov 2010 |
Update for ice-browser |
| 18 Oct 2011 |
Solved:
- Chinese character-set bug (reported by Ernest)
- Try and catch around java connection error caused by IE
- added config variable to function-header |
|
Contact us at files@mathworks.com