Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
wei
wei el 30 de Abr. de 2014
Comentada: Matthew Behr el 23 de Feb. de 2015
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 comentarios
Matthew Behr
Matthew Behr el 23 de Feb. de 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

Iniciar sesión para comentar.

Respuestas (2)

Walter Roberson
Walter Roberson el 30 de Abr. de 2014
system("curl http://www.google.com")
  3 comentarios
wei
wei el 30 de Abr. de 2014
yeah sorry, I meant it didn't work with single quote.
wei
wei el 30 de Abr. de 2014
and double quote won't work either.

Iniciar sesión para comentar.


Ray Lee
Ray Lee el 11 de Ag. de 2014
where is your libcurl.so

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by