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!