Borrar filtros
Borrar filtros

Timeout for system function

36 visualizaciones (últimos 30 días)
Simon
Simon el 27 de Mayo de 2016
Respondida: Walter Roberson el 27 de Mayo de 2016
Hello,
I can execute a Python-Script with the MATLAB function system(commandStr).
I loop a set of data like:
for i=1:100
commandStr = ['python myscript.py ' num2str(i)];
[status, commandOut] = system(commandStr);
...
end
Sometimes, the Python Script can't find a solution. In this case the next "i" never will be calculated. To avoid this, I like to use a timeout option. If there is no solution in x sec, go to the next i.
Thank you for your help.

Respuesta aceptada

Walter Roberson
Walter Roberson el 27 de Mayo de 2016

Más respuestas (0)

Categorías

Más información sobre Call Python from MATLAB 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