Is it possible to refresh a web page I opened with Matlab?
2 次查看(过去 30 天)
显示 更早的评论
Example: I open a webpage using
[stat,h] = web('www.cnn.com')
and I need to refresh it every 10 seconds. Is there a command to refresh the webpage?
Additional Note: The page that I need to refresh requires I enter a password my first visit. It is fine (and I prefer) to enter the password the first time manually, then just let the function run and 'refresh' the page every 10 seconds or so. However, I need to 'refresh' the page instead of just continuously reopening it with web (in a loop). If I open it with web in a loop, it requires a password entry each time.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!