how to read rinex 2.01 file
22 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mukaddes
am 3 Okt. 2023
Kommentiert: Walter Roberson
am 21 Nov. 2024
ıs there aynway to read rinex 2.01 file? I get this error:
Version 2.010000 RINEX files are not supported.
0 Kommentare
Akzeptierte Antwort
Jinal
am 9 Okt. 2023
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 Kommentare
Walter Roberson
am 21 Nov. 2024
That's odd, rindexread is specifically documented as handling version 3 rinex files.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Call C++ from MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!