Skip to content

Instantly share code, notes, and snippets.

@maruta
Last active March 12, 2020 13:55
Show Gist options
  • Save maruta/4eefcce5a95b5874b6938afe8fd10e69 to your computer and use it in GitHub Desktop.
Save maruta/4eefcce5a95b5874b6938afe8fd10e69 to your computer and use it in GitHub Desktop.
MATLABでなぜかヘルプが表示できないときにパスの通るところにおいて使用
function [] = doc(s)
web(sprintf('https://google.co.jp/search?q=%s%s',urlencode(s),urlencode(' site:jp.mathworks.com')),'-browser')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment