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

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 Kommentare

Geoff Hayes
Geoff Hayes am 30 Apr. 2014
I have a Mac too, and running the above command system('curl www.google.com') (or system('curl www.google.ca')) works fine. What happens if you (outside of MATLAB) launch a Terminal window and type curl www.google.com? Do you see the same error?
Matthew Behr
Matthew Behr am 23 Feb. 2015
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

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Walter Roberson
Walter Roberson am 30 Apr. 2014

0 Stimmen

system("curl http://www.google.com")

3 Kommentare

Image Analyst
Image Analyst am 30 Apr. 2014
Don't you mean single quotes?
wei
wei am 30 Apr. 2014
yeah sorry, I meant it didn't work with single quote.
wei
wei am 30 Apr. 2014
and double quote won't work either.

Melden Sie sich an, um zu kommentieren.

Ray Lee
Ray Lee am 11 Aug. 2014

0 Stimmen

where is your libcurl.so

Kategorien

Mehr zu Programming finden Sie in Hilfe-Center und File Exchange

Gefragt:

wei
am 30 Apr. 2014

Kommentiert:

am 23 Feb. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by