google

版本 1.1.0.0 (2.7 KB) 作者: Chaowei Chen
google.m is a simple shell interface to initiate Google search in Matlab.
1.4K 次下载
更新时间 2013/4/12

查看许可证

google.m is a shell interface to initiate Google search and display first few results in Matlab Command Window. The function treats varargin as the query word(s) and uses regular expression to analyze the text returned by Google. One of the fun parts is you can type typos, since Google corrects spelling.

google.m keeps cache so to prevent bugging Google from the same query. It always displays cache result. Users are allowed to clear the cache.

google.m is inspired by goosh. (goosh.org)

Example usage:
google mathworks
google matlab file xechange
google matlab chaowei chen

exit a search by hitting "Enter" 3 times.

Other notes:
1. only tested in Windows environment.
Mac users may need to revise filesep.
2. May require to obtain a Google API key
3. cautions from cprintf if used.

引用格式

Chaowei Chen (2024). google (https://www.mathworks.com/matlabcentral/fileexchange/41042-google), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

included an action script, so you can open a URL without leaving your hand from the keyboard.

1.0.0.0