How to hide web browser while using web function
Mostrar comentarios más antiguos
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
Respuestas (1)
Ameer Hamza
el 29 de Dic. de 2020
0 votos
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 comentarios
dudi lubton
el 29 de Dic. de 2020
Editada: dudi lubton
el 29 de Dic. de 2020
dudi lubton
el 29 de Dic. de 2020
Editada: dudi lubton
el 29 de Dic. de 2020
Categorías
Más información sobre Downloads en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!