computation of GPS receiver position based on RINEX observation file

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.

Risposte (2)

Jim Riggs
Jim Riggs il 4 Nov 2019
Modificato: Jim Riggs il 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.
The rinexread function will allow you to read RINEX observation files into MATLAB.

Categorie

Scopri di più su Scope Variables and Generate Names in Centro assistenza e File Exchange

Tag

Richiesto:

il 7 Mar 2019

Risposto:

il 19 Giu 2024

Community Treasure Hunt

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

Start Hunting!

Translated by