Loop 30 minute (but time base on pc)

1 visualización (últimos 30 días)
Matmien
Matmien el 3 de Dic. de 2011
hello,
how to do loop 30min for this command?
function out=multipathmapping
ftpsite=ftp('xxxxxx','xxxxx','xxxx'); cd(ftpsite, 'ISK1/Hourly/210'); mget(ftpsite, 'isk1210b.zip'); unzip('isk1210b','C:\Multipath3SGU\MultipathMapping3SGU');
a = 'C:\Multipath3SGU\MultipathMapping3SGU\isk1210b.11o';%directory the obs file teqc_cm = sprintf('C:\\Multipath3SGU\\MultipathMapping3SGU\\teqc +qc %s',a);% directory teqc and the command of teqc system(teqc_cm);%run DOS
out=teqcspec;

Respuesta aceptada

Walter Roberson
Walter Roberson el 3 de Dic. de 2011
Controlling the length of time that system() executes for is difficult in MATLAB.
  1 comentario
Matmien
Matmien el 3 de Dic. de 2011
u have reference link abaout it ?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements 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