how to read rinex 2.01 file

23 ビュー (過去 30 日間)
Mukaddes
Mukaddes 2023 年 10 月 3 日
コメント済み: Walter Roberson 2024 年 11 月 21 日
ıs there aynway to read rinex 2.01 file? I get this error:
Version 2.010000 RINEX files are not supported.

採用された回答

Jinal
Jinal 2023 年 10 月 9 日
Hello Mukaddes,
As per my understanding, you would like to read RINEX version 2 file using MATLAB.
Starting from MATLAB R2022a, data from RINEX version three files can be read using the built-in MATLAB function ‘rinexread’. However, direct reading of RINEX version two files is not supported in MATLAB.
Please refer to the following documentation to know about ‘rinexread’ function: https://www.mathworks.com/help/nav/ref/rinexread.html
I hope this resolves the issue you were facing.
  2 件のコメント
Tyler
Tyler 2024 年 11 月 21 日
fyi 0 rinexread does not support v3 rinex files
Walter Roberson
Walter Roberson 2024 年 11 月 21 日
That's odd, rindexread is specifically documented as handling version 3 rinex files.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by