フィルターのクリア

computation of GPS receiver position based on RINEX observation file

3 ビュー (過去 30 日間)
devika hs
devika hs 2019 年 3 月 7 日
回答済み: Ryan Salvo 2024 年 6 月 19 日
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.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by