How to get current URL from web browser using matlab?

조회 수: 5 (최근 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개)

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에서 Debugging and Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by