How to convert lat lon to utm data and plot it in 10x10m^2 grid map.
이전 댓글 표시
Hi, i have a task where i have to make a 10x10m^2 grid plot in a map with utm coordinates i have all my data in lat lon in excel file,
Then you scan the pixels and for each pixel you can store the measurements falling within the current pixel (you can use in polygon function in Matlab). The idea is then to compute the average RSRP for each pixel (average computed by first transforming the dBm measurements into watt, then compute the average and then compute dBm from average).
The goal will be then to plot a heatmap of average RSRP over the territory.
You can start with pixel size of 10 x 10 m^2, keeping in mind that this parameter could be varied depending on the outcome that we see (hence put it in a variable of the script).
can anyone help me out with it i am getting error in my code.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!