Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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/
Zitieren als
Dirk-Jan Kroon (2026). Web Server (https://de.mathworks.com/matlabcentral/fileexchange/29027-web-server), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert: Simple Network Information Server (SNIS)
Kategorien
Mehr zu Call Web Services from MATLAB Using HTTP finden Sie in Help Center und MATLAB Answers
Allgemeine Informationen
- Version 1.4.0.0 (104 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | 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 |
