How to hide web browser while using web function

1 ビュー (過去 30 日間)
dudi lubton
dudi lubton 2020 年 12 月 29 日
編集済み: dudi lubton 2020 年 12 月 29 日
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

回答 (1 件)

Ameer Hamza
Ameer Hamza 2020 年 12 月 29 日
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 件のコメント
dudi lubton
dudi lubton 2020 年 12 月 29 日
編集済み: dudi lubton 2020 年 12 月 29 日
In general, I need just syntax to hide it :
system(strcat('cmd.exe /c rundll32 url.dll,FileProtocolHandler "', html_file, '" '));
OR
dos(strcat('cmd.exe /c rundll32 url.dll,FileProtocolHandler "', html_file, '" '));
(html_file = Direct link to Excel fileׁ)
It's an internal code line of web function

サインインしてコメントする。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by