How to get current URL from web browser using matlab?

7 次查看(过去 30 天)
I'm looking for how to get current URL from web browser such as chrome, firefox, or matlab browser using matlab code? It it possible to do it? Thank you

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2022-4-6
If you are willing to do copy&paste, you can do this in MATLAB
txt=clipboard('paste')
  2 个评论
Hank Helmers
Hank Helmers 2022-4-6
How do you use this to copy the url- sorry I've never seen the clipboard function before?
Fangjun Jiang
Fangjun Jiang 2022-4-6
You go to your browser address bar, press Ctrl+C to copy the URL, and then go to MATLAB Command Window to run the above command.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by