matlab has to skip urlread if connection is timed out. Is it possible??

1 visualización (últimos 30 días)
I am using urlread function to input data into a server through a php link. But sometimes the network may not work and data doesn't get uploaded which is not a problem for me. I can consider it as missing but the problem is if connection takes too long simulation stops suddenly. That should not happen. Matlab should continue without error of connection timed out.

Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Nov. de 2015
Use a try/catch block.
  1 comentario
sai ram gubba
sai ram gubba el 13 de Nov. de 2015
Yeah. you are right. probably a stupid question but I had no idea try catch block exists in matlab as well. Thank you for the help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by