Web Server

版本 1.4.0.0 (103.6 KB) 作者: Dirk-Jan Kroon
HTTP Matlab Web Server, allows m-files to be executed in a browser
7.1K 次下载
更新时间 2011/10/18

查看许可证

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/

引用格式

Dirk-Jan Kroon (2026). Web Server (https://ww2.mathworks.cn/matlabcentral/fileexchange/29027-web-server), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Call Web Services from MATLAB Using HTTP 的更多信息
版本 已发布 发行说明
1.4.0.0

Solved:
- Chinese character-set bug (reported by Ernest)
- Try and catch around java connection error caused by IE
- added config variable to function-header

1.3.0.0

Update for ice-browser

1.2.0.0

Now it also works with the "ICE-browser" in Matlab. Also added error information and config options.

1.1.0.0

Fixed Java-Port error due to code crash, and fixed refresh bug by waiting longer for the data. Problems where reported by "Nicolas Billard"

1.0.0.0