How to hide web browser while using web function
Afficher commentaires plus anciens
Hi,
I download real-time data through the web from an excel file each 5 seconds (by web function)
Is it possible to suppress the opening of the HTML page ?
Thanks
Dudi
Réponses (1)
Ameer Hamza
le 29 Déc 2020
0 votes
Which function are you using to download the data? You can use websave(): https://www.mathworks.com/help/releases/R2020b/matlab/ref/websave.html, which downloads the data without opening any browser window.
2 commentaires
dudi lubton
le 29 Déc 2020
Modifié(e) : dudi lubton
le 29 Déc 2020
dudi lubton
le 29 Déc 2020
Modifié(e) : dudi lubton
le 29 Déc 2020
Catégories
En savoir plus sur Downloads dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!