compare two datasets of unequal length and create a textfile
3 ビュー (過去 30 日間)
古いコメントを表示
Hi I have two data sets (for two locations) containing following information:
Year Month Day Precipitation
One of the sets has 80 rows, the other 102
I should create a textfile which shows all the dates which occure in both data sets, hence I want a list of dates on which it rained on both locations. And I just don't know how to do that.
Thank you for your help
0 件のコメント
採用された回答
Matt Kindig
2013 年 4 月 22 日
To read in the text files:
doc dlmread
To compare which dates occur in both files:
doc intersect
(The second output of intersect (i.e., the indices) may be helpful as well.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Weather and Atmospheric Science についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!