Info

This question is closed. Reopen it to edit or answer.

How to get a location one event statistically?

2 views (last 30 days)
Ara
Ara on 20 Dec 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
Dear All,
I have the column vectors of latitude and longitude as well as the event. I am interested in getting the statistical result for those events greater than threshold. I want to see where the majority of these events is situated so that I can estimate it in the map (the region of my interest). I also want to know how often I would observe it?
Would you please inform me the best approach in order to solve my problem?
I would appreciate your help,
Best regards,
Ara

Answers (1)

Walter Roberson
Walter Roberson on 20 Dec 2016
  1 Comment
Ara
Ara on 20 Dec 2016
Hello Walter,
Nice to see you here, again;I hope you are doing well!
Thank you for your suggestion. I tried but I could not plot it correctly. My problem is I have two type of datasets from ground and space and I want statistically get events from each sets of data and then all together plot in map to see whether I can find any correlation or not in terms of the geographic location.
I have loaded the data, where I have the column vector of event named as "dataFiltered.s4" with latitude "dataFiltered.lat", and longitude"dataFiltered.lon". I examine one way, which means floor the time and then count events by getting the accummarray of those events greater than the threshold. But, it was not a good idea. I tried to use your code "please see here here "
But, all of my data is sorted in columns only. So, would you please tell me how to adapt it to only read column vector?
Thank you,
Ara

This question is closed.

Community Treasure Hunt

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

Start Hunting!