using google on matlab web browser
古いコメントを表示
So I am trying to use the web browser for matlab using so far I have this code.
url = 'www.google.com';
web(url)
I'm to make a code where I would type some thing to sereach (Like you would with google) but using my matlab code and matlab browser.
Is there a way?
2 件のコメント
per isakson
2019 年 12 月 8 日
編集済み: per isakson
2019 年 12 月 8 日
Your code works for me (R2018b). It opens a google page in which I'm asked to accept some account related stuff. I guess, Google regards me as a new user.
Rainaire Hansford
2020 年 1 月 4 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Google についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!