File processing in for loop

1 回表示 (過去 30 日間)
Turbulence Analysis
Turbulence Analysis 2021 年 1 月 20 日
回答済み: Turbulence Analysis 2021 年 1 月 20 日
Hi,
I have sequence of the operation which needs to be performed over 1000 files in the for loop. But, here I would like to consider only selecte fiels i.e. start from 55 to 65; then again 100 -125, then 240 - 260 like this I have carry out with selcted sequences. Is it posiible to implement this in for loop in same time. Please help me with this..

採用された回答

amin
amin 2021 年 1 月 20 日
I am not sure if I have understood your question correctly, but if you ask about having a for loop with different intervals, yes its possible:
for i=[100:125 240:260]
%your code
end

その他の回答 (1 件)

Turbulence Analysis
Turbulence Analysis 2021 年 1 月 20 日
Yes, This is what I was looking .. Thanks..

カテゴリ

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