how to access internet web browser

35 ビュー (過去 30 日間)
예지
예지 2024 年 4 月 2 日 13:20
回答済み: Balavignesh 2024 年 4 月 2 日 17:25
How can I find the method to access certain internet web browser in Matlab workspace?

回答 (2 件)

Fangjun Jiang
Fangjun Jiang 2024 年 4 月 2 日 17:22
Run this in MATLAB Command Window
web('mathworks.com')

Balavignesh
Balavignesh 2024 年 4 月 2 日 17:25
Hi 예지,
You could use 'web' function to access internet web pages directly from the MATLAB workspace. The 'web' function opens the specified URL in your system's default web browser or in the MATLAB web browser, depending on the options you choose.
web('http://www.example.com')
Refer to this documentation link on 'web' function for more information: https://www.mathworks.com/help/matlab/ref/web.html
Hope this helps!
Balavignesh

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by