Importing 30 .dat files in order
3 ビュー (過去 30 日間)
古いコメントを表示
Making files
0 件のコメント
採用された回答
Henrik
2015 年 1 月 15 日
for k=1:30
data=load(['composite' num2str(k) '.dat]);
data_matrix(:,k)=data;
end
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!