computation of GPS receiver position based on RINEX observation file

11 ビュー (過去 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