How to import data for multiple files in "for" loop?

14 ビュー (過去 30 日間)
Ismail Qeshta
Ismail Qeshta 2017 年 11 月 10 日
コメント済み: Ismail Qeshta 2017 年 11 月 13 日
Hi, I would like to import data from multiple files using "for" loop. The files follow the seuquene of Data11, Data12, Data13, etc. I tried using the following command, but it is showing an error:
c = [1 2 3 4 5 6 7 8 9 10];
s = [1 2 3 4 5 6 7 8 9 10];
for i=1:10;
for j=1:10;
b=importdata('Data(c(i)s(j)).out');
a=importdata('Data(c(i)s(j)).out');
x= a(:,2);
y= -sum(b(:,2:11),2);
end
end
Can anyone please help me in fixing it, or let me know about the correct code.
Thank you. Regards, Ismail
  4 件のコメント
Ismail Qeshta
Ismail Qeshta 2017 年 11 月 13 日
Thank you very much Stephen

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

採用された回答

Dishant Arora
Dishant Arora 2017 年 11 月 10 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by