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.

Answers (2)

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.

Categories

Find more on Scope Variables and Generate Names in Help Center and File Exchange

Tags

Asked:

on 7 Mar 2019

Answered:

on 19 Jun 2024

Community Treasure Hunt

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

Start Hunting!