computation of GPS receiver position based on RINEX observation file

4 vues (au cours des 30 derniers jours)
devika hs
devika hs le 7 Mar 2019
IM getting the error like "undefined function 'read' for input argument of type 'char'".
for the line [obs,rec_xyz]=read('filename');
can anybody help me to solve this error.

Réponses (2)

Jim Riggs
Jim Riggs le 4 Nov 2019
Modifié(e) : Jim Riggs le 4 Nov 2019
You are using the wrong function to try to read a file.
The function 'read' operates on datastores, or images, or video frames, etc. but not on files.

Ryan Salvo
Ryan Salvo le 19 Juin 2024
The rinexread function will allow you to read RINEX observation files into MATLAB.

Catégories

En savoir plus sur Install Products dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by