several text file into matlab sequentially
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hello,
I have a lot of text files, and I have the function to import it to matlab as mat file.(meteorological dataset), but i need to write a loop to import all of these text files with this function, to matlab with the "same name". would you please help me. my text file are like this, for instances:Tmax_year_month_day.txt and i should do for 50 years! also,the function is like this:output(Tmax_year_month_day.mat)=readASCIIGrid(path of filename(Tmax_year_month_day.txt))
Any help would be massively appreciated
1 件のコメント
Azzi Abdelmalek
2013 年 1 月 20 日
what is
path of filename(Tmax_year_month_day.txt)
回答 (1 件)
Walter Roberson
2013 年 1 月 20 日
0 投票
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!