Rewrites of urlread and urlwrite

Adding TIMEOUT to both url functions.
2,4K téléchargements
Mise à jour 15 sept. 2005

Aucune licence

Two days ago, on MATLAB Newsgroup, I found Greggory asking something about "urlread" which is lack of TIMEOUT capability. And such a deficiency often leads to an embarrassing and horriable situation that main function gets freezed easily when the network is busy or abnormal.

At the beginning, I tried to follow the asker by using a timer, but it failed finally. The reason I thought is that timer can not interrupt the
task being busy at all and yet MATLAB doesn't have a scheme for using multi-threads so far. Fortunately, I discovered another hope that a part of urlread is written in JAVA. So I tried to modify the urlread function by adding a "timeout" parameter, enabling it to automatically stop the request at a time the user specified.

Citation pour cette source

Fu-Sung Wang (2026). Rewrites of urlread and urlwrite (https://fr.mathworks.com/matlabcentral/fileexchange/8474-rewrites-of-urlread-and-urlwrite), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP2
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Remerciements

A inspiré : urlread2

Version Publié le Notes de version
1.0.0.0

It isn't optimised, so let me know if there is any bug.