computation of GPS receiver position based on RINEX observation file

12 Ansichten (letzte 30 Tage)
devika hs
devika hs am 7 Mär. 2019
Bearbeitet: Jim Riggs am 4 Nov. 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.

Antworten (1)

Jim Riggs
Jim Riggs am 4 Nov. 2019
Bearbeitet: Jim Riggs am 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.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by