How to plot x-y coordinates which correspond to elements which are repeated at least once
古いコメントを表示
My project concerns capture & recapture of rats. I have a 1040 x 3 array, the first column is the tag number of the rat (when each rat is captured for the first time, its given a tag (harmlessly of course!) the other 2 columns are the x & y coordinates respectively of where in a 7x7 plane the rat was captured. If the same rat is captured again, its position is then recorded again. I want to plot how the position of all of the individual rats which were captured more than once change over time. I've got a list of the indices of all of the non-repeated elements (i.e. all the rats which were seen once, but not again), but don't know where to go from there. Thanks for any help
3 件のコメント
Azzi Abdelmalek
2012 年 12 月 2 日
Can you post a sample(6x3) of your data, and explain what is the result expected?
Timothy Russell
2012 年 12 月 4 日
編集済み: Walter Roberson
2012 年 12 月 27 日
Timothy Russell
2012 年 12 月 4 日
採用された回答
その他の回答 (1 件)
Timothy Russell
2013 年 1 月 27 日
0 投票
2 件のコメント
Timothy Russell
2013 年 1 月 27 日
John Petersen
2013 年 1 月 29 日
Isn't "A" the nx3 matrix you're looking for? or am I missing something?
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!