Web Server

버전 1.4.0.0 (104 KB) 작성자: Dirk-Jan Kroon
HTTP Matlab Web Server, allows m-files to be executed in a browser
다운로드 수: 7K
업데이트 날짜: 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 (2025). Web Server (https://www.mathworks.com/matlabcentral/fileexchange/29027-web-server), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Call Web Services from MATLAB Using HTTP에 대해 자세히 알아보기
도움

도움 준 파일: Simple Network Information Server (SNIS)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
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