Google検索した時のURLをご覧ください。検索キーワードが含まれているのに気づくと思います。
こちらのコードで出来るのではないでしょうか?
baseURL = "https://www.google.com/search?q="
searchString = "Matlab"
url = baseURL+searchString
rowStr = webread(url)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!