How to get current URL from web browser using matlab?

6 ビュー (過去 30 日間)
Ara
Ara 2015 年 3 月 4 日
コメント済み: Fangjun Jiang 2022 年 4 月 6 日
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 件のコメント
Hank Helmers
Hank Helmers 2022 年 4 月 6 日
Did you find any way to do this?

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

回答 (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 Center および File ExchangeDebugging and Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by