How to find the resolution of an matrix?

4 ビュー (過去 30 日間)
Priyank Pathak
Priyank Pathak 2022 年 7 月 15 日
コメント済み: KSSV 2022 年 7 月 15 日
%How to find the resolution of an matrix T which was formed from given data (Long, Lat, data). Difference between two long(lat)(117.000000000 117.033333333) position is 0.033333333degree or 3.69999.km All data point is at regular interval. What would be resolution of matrix and its image? please answer it.
% https://drive.matlab.com/files/anomalydata.txt
data_01= load('anomalydata.txt');
A02=data_01(:,3);
A03=reshape(A02,541,541);
T=A03';
g=imagesc(T)
  5 件のコメント
Mathieu NOE
Mathieu NOE 2022 年 7 月 15 日
well
both answers are correct , simply one is the angular resolution and the orther one is the corresponding distance resolution on the sphere surface. Both values are interconnected (dx = R * dtheta) so pick the one you need.
KSSV
KSSV 2022 年 7 月 15 日
Link is not working... That's the reason we have asked you to attach the data here.

サインインしてコメントする。

回答 (1 件)

Priyank Pathak
Priyank Pathak 2022 年 7 月 15 日
@Mathieu NOE @KSSV data is attached in matlab Drive in above link.

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by