How to hide web browser while using web function
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Ameer Hamza
am 29 Dez. 2020
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 Kommentare
Siehe auch
Kategorien
Mehr zu Web Services finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!