computation of GPS receiver position based on RINEX observation file

2 visualizaciones (últimos 30 días)
devika hs
devika hs el 7 de Mzo. de 2019
Respondida: Ryan Salvo el 19 de Jun. de 2024
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.

Respuestas (2)

Jim Riggs
Jim Riggs el 4 de Nov. de 2019
Editada: Jim Riggs el 4 de Nov. de 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 el 19 de Jun. de 2024
The rinexread function will allow you to read RINEX observation files into MATLAB.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by