How to hide web browser while using web function
Show older comments
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
Answers (1)
Ameer Hamza
on 29 Dec 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 Comments
dudi lubton
on 29 Dec 2020
Edited: dudi lubton
on 29 Dec 2020
dudi lubton
on 29 Dec 2020
Edited: dudi lubton
on 29 Dec 2020
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!