computation of GPS receiver position based on RINEX observation file

조회 수: 12 (최근 30일)
devika hs
devika hs 2019년 3월 7일
편집: Jim Riggs 2019년 11월 4일
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.

답변 (1개)

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.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by