Last active
March 12, 2020 13:55
-
-
Save maruta/4eefcce5a95b5874b6938afe8fd10e69 to your computer and use it in GitHub Desktop.
MATLABでなぜかヘルプが表示できないときにパスの通るところにおいて使用
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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