이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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://kr.mathworks.com/matlabcentral/fileexchange/29027-web-server), MATLAB Central File Exchange. 검색 날짜: .
도움
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.4.0.0 | Solved:
|
||
| 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 |
