system('curl www.google.com') doesn't work

5 次查看(过去 30 天)
Hi, everyone. I ran into some trouble when I tried to ran this in matlab 'system('curl www.google.com')'. Matlab prompts: curl: (48) An unknown option was passed in to libcurl
ans =
48
I spent long time on trying to fix it. But nothing seem to work.
I am using Matlab 2014a on a Mac.
Thank you.
  3 个评论
Matthew Behr
Matthew Behr 2015-2-23
I am having the same issue also. I can use system('curl -h'). But all other options such as system('curl www.google.com') fail with the same message:
curl: (48) An unknown option was passed in to libcurl

请先登录,再进行评论。

回答(2 个)

Walter Roberson
Walter Roberson 2014-4-30
system("curl http://www.google.com")

Ray Lee
Ray Lee 2014-8-11
where is your libcurl.so

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by