How to get current URL from web browser using matlab?

5 visualizaciones (últimos 30 días)
Ara
Ara el 4 de Mzo. de 2015
Comentada: Fangjun Jiang el 6 de Abr. de 2022
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

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 6 de Abr. de 2022
If you are willing to do copy&paste, you can do this in MATLAB
txt=clipboard('paste')
  2 comentarios
Hank Helmers
Hank Helmers el 6 de Abr. de 2022
How do you use this to copy the url- sorry I've never seen the clipboard function before?
Fangjun Jiang
Fangjun Jiang el 6 de Abr. de 2022
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Debugging and Analysis en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by