Loop 30 minute (but time base on pc)

1 回表示 (過去 30 日間)
Matmien
Matmien 2011 年 12 月 3 日
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;

採用された回答

Walter Roberson
Walter Roberson 2011 年 12 月 3 日
Controlling the length of time that system() executes for is difficult in MATLAB.
  1 件のコメント
Matmien
Matmien 2011 年 12 月 3 日
u have reference link abaout it ?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by