computation of GPS receiver position based on RINEX observation file

4 次查看(过去 30 天)
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.

回答(2 个)

Jim Riggs
Jim Riggs 2019-11-4
编辑:Jim Riggs 2019-11-4
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 2024-6-19
The rinexread function will allow you to read RINEX observation files into MATLAB.

类别

Help CenterFile Exchange 中查找有关 Point Cloud Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by