how to read rinex 2.01 file
46 次查看(过去 30 天)
显示 更早的评论
ıs there aynway to read rinex 2.01 file? I get this error:
Version 2.010000 RINEX files are not supported.
0 个评论
采纳的回答
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 个评论
Walter Roberson
2024-11-21,4:15
That's odd, rindexread is specifically documented as handling version 3 rinex files.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!