フィルターのクリア

Need solution for this error

1 回表示 (過去 30 日間)
Olufemi Ologun
Olufemi Ologun 2022 年 1 月 14 日
編集済み: Torsten 2022 年 1 月 14 日
Error using fscanf
Invalid file identifier. Use fopen to generate a valid file identifier.
Error in egm3dinvert (line 42)
bou=fscanf(fid,'%f',[numcolumns numrows]); %open the input gravity file, read it and stores it in variable 'bou'

回答 (1 件)

Torsten
Torsten 2022 年 1 月 14 日
編集済み: Torsten 2022 年 1 月 14 日
First get a fid to open your file:
fid = fopen( filename )

カテゴリ

Help Center および File ExchangeLow-Level File I/O についてさらに検索

タグ

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by