how to read rinex 2.01 file
조회 수: 49 (최근 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!